Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenMandrivaAssociation/python-myst-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd81afb9a9f2c880701d307314f5ce023fc3baed
Choose a base ref
...
head repository: OpenMandrivaAssociation/python-myst-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 513a136a5b921e013a7d6c45ea4450f4bcf22b6a
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 31, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9d50c2c View commit details

Commits on Apr 1, 2023

  1. 1.0.0

    mandian committed Apr 1, 2023
    Copy the full SHA
    49775b7 View commit details

Commits on Apr 12, 2023

  1. add missing BR

    mandian committed Apr 12, 2023
    Copy the full SHA
    ec86e5a View commit details
  2. typo

    mandian committed Apr 12, 2023
    Copy the full SHA
    513a136 View commit details
Showing with 6 additions and 6 deletions.
  1. +1 −2 .abf.yml
  2. +5 −4 python-myst-parser.spec
3 changes: 1 addition & 2 deletions .abf.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sources:
myst-parser-0.18.1.tar.gz: 2bc3263c9699549412110e4a08dcb66fade51cfa

myst-parser-1.0.0.tar.gz: dddbb7fd851ff3d9bcaaa9cc8eb2972acce26621
9 changes: 5 additions & 4 deletions python-myst-parser.spec
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Summary: An extended commonmark compliant parser, with bridges to docutils & sphinx
Name: python-myst-parser
Version: 0.18.1
Version: 1.0.0
Release: 1
Group: Development/Python
License: MIT
URL: https://github.com/executablebooks/MyST-Parser
#Source0: https://github.com/executablebooks/MyST-Parser/archive/%{version}/myst-parser-%{version}.tar.gz
Source0: https://pypi.io/packages/source/m/myst-parser/myst-parser-%{version}.tar.gz
BuildRequires: pkgconfig(python)
BuildRequires: python3dist(pip)
BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(wheel)
BuildRequires: python%{pyver}dist(mdit-py-plugins)
BuildRequires: python%{pyver}dist(pip)
BuildRequires: python%{pyver}dist(setuptools)
BuildRequires: python%{pyver}dist(wheel)

BuildArch: noarch