14
0

30 Commits

Author SHA256 Message Date
1040cc24d8 Accepting request 1108372 from devel:languages:python
- Switch to pyproject and autosetup macros.
- Add missing postun section.
- Drop unneeded future requirement.

OBS-URL: https://build.opensuse.org/request/show/1108372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=13
2023-09-02 20:07:17 +00:00
ced9d13a60 - Switch to pyproject and autosetup macros.
- Add missing postun section.
- Drop unneeded future requirement.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=28
2023-09-01 05:48:34 +00:00
0c409a39cc Accepting request 1086534 from devel:languages:python
Forwarded request #1086191 from ojkastl_buildservice

add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1086534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=12
2023-05-12 18:32:24 +00:00
b7245d5541 Accepting request 1086191 from home:ojkastl_buildservice:Branch_devel_languages_python
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1086191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=26
2023-05-11 13:21:51 +00:00
ef02c10d39 Accepting request 933512 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/933512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=11
2021-11-26 23:50:53 +00:00
Sebastian Wagner
0eaf8b87da - Disable Python 2 because Package is not able to build with Python 2 on Leap 15.3 because of "nothing provides python2-charset-normalizer >= 2.0.0 needed by python2-requests"
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=25
2021-11-17 16:44:10 +00:00
5261a6f0c2 Accepting request 858870 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/858870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=10
2020-12-30 16:11:06 +00:00
Sebastian Wagner
426fd6cf25 - update to version 0.7.1:
- no changelog available
- update to version 0.7.0:
 - Bugfix: External links to 'supported' files lose their file extension ([\#181](https://github.com/readthedocs/recommonmark/pull/181))

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=23
2020-12-20 16:07:37 +00:00
6f500b6956 Accepting request 804035 from devel:languages:python
- Switch to pytest and ignore failing tests
  (gh#readthedocs/recommonmark#200)

OBS-URL: https://build.opensuse.org/request/show/804035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=9
2020-05-28 07:05:29 +00:00
7d57d9007c Run spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=21
2020-05-12 23:26:32 +00:00
7dc61cd09e - Switch to pytest and ignore failing tests
(gh#readthedocs/recommonmark#200)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=20
2020-05-12 23:23:15 +00:00
d406daa87e Accepting request 722799 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/722799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=8
2019-08-16 13:27:33 +00:00
Tomáš Chvátal
8035cbf8c7 Accepting request 722076 from home:sebix:branches:devel:languages:python
- update to version 0.6.0:
 - [@RaptorCZ](http://github.com/RaptorCZ): Process linebreaks and
    convert them to br element.
    ([\#162](https://github.com/readthedocs/recommonmark/pull/162))
 - [@gibfahn](http://github.com/gibfahn): Remove URL quoting from refs
    before passing to Sphinx
    ([\#158](https://github.com/readthedocs/recommonmark/pull/158))
 - [@dandersson](http://github.com/dandersson): Use image description
    text as \"alt\", drop title
    ([\#150](https://github.com/readthedocs/recommonmark/pull/150))
 - [@annegentle](http://github.com/annegentle): Clarify the specifics
    of Auto Toc Tree
    ([\#149](https://github.com/readthedocs/recommonmark/pull/149))
 - [@loganrosen](http://github.com/loganrosen): Bump dependency on
    commonmark to \>= 0.8.1
    ([\#147](https://github.com/readthedocs/recommonmark/pull/147))
 - [@codejamninja](http://github.com/codejamninja): Use official
    gitignore template
    ([\#140](https://github.com/readthedocs/recommonmark/pull/140))
 - [@dotlambda](http://github.com/dotlambda): Include all test files in
    PyPI tarball
    ([\#128](https://github.com/readthedocs/recommonmark/pull/128))
 - [@tk0miya](http://github.com/tk0miya): Register a parser class using
    new Sphinx API; add\_source\_suffix
    ([\#113](https://github.com/readthedocs/recommonmark/pull/113))

OBS-URL: https://build.opensuse.org/request/show/722076
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=18
2019-08-12 14:20:25 +00:00
450f9a179f Accepting request 709721 from devel:languages:python
- Add patch to fix sphinx2 testing (the strings are now wrapped in
  <p> element and the tests didn't account for it:
  * sphinx2.patch

OBS-URL: https://build.opensuse.org/request/show/709721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=7
2019-06-18 12:51:28 +00:00
Tomáš Chvátal
9caf253012 - Add patch to fix sphinx2 testing (the strings are now wrapped in
<p> element and the tests didn't account for it:
  * sphinx2.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=16
2019-06-13 10:51:56 +00:00
6ddcdeefa7 Accepting request 686480 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/686480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=6
2019-03-29 19:36:05 +00:00
Todd R
36c673c627 Accepting request 685564 from home:sebix:branches:devel:languages:python
- Use github tarball including the tests.
- Enable the tests
- Fix compatibility with recent commonmark.

OBS-URL: https://build.opensuse.org/request/show/685564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=14
2019-03-19 16:40:39 +00:00
6bc5a407fd Accepting request 667124 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/667124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=5
2019-01-21 10:01:03 +00:00
Tomáš Chvátal
caaf569919 Accepting request 667118 from home:sebix:branches:devel:languages:python
- Update to version 0.5.0:
 * No upstream changelog available.
- remove unneeded fix-commonmark-compatibility.patch

OBS-URL: https://build.opensuse.org/request/show/667118
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=12
2019-01-19 10:39:35 +00:00
5fa6fb8a12 Accepting request 655993 from devel:languages:python
- Fix the fdupes call

- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/655993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=4
2018-12-12 16:28:16 +00:00
Tomáš Chvátal
12b63966da - Fix the fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=10
2018-12-07 10:18:17 +00:00
6b63b96864 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=9
2018-12-04 13:58:57 +00:00
7fe65a9ecd Accepting request 512812 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/512812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=3
2017-07-29 07:01:45 +00:00
Thomas Bechtold
de667903ff Accepting request 512810 from home:sebix:branches:devel:languages:python
- add fix-commonmark-compatibility.patch to fix imported names

OBS-URL: https://build.opensuse.org/request/show/512810
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=7
2017-07-27 16:26:01 +00:00
baacc67f07 Accepting request 493135 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/493135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=2
2017-05-06 16:31:18 +00:00
Todd R
07aff2b537 Accepting request 493127 from home:TheBlackCat:branches:devel:languages:python
Fix Provides/Obsoletes.

OBS-URL: https://build.opensuse.org/request/show/493127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=5
2017-05-06 04:26:08 +00:00
22fda79710 Accepting request 486217 from devel:languages:python
Needed by recent versions of the jupyter suite.

OBS-URL: https://build.opensuse.org/request/show/486217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recommonmark?expand=0&rev=1
2017-04-29 08:52:28 +00:00
Todd R
8cf5b317f9 Accepting request 486216 from home:TheBlackCat:branches:devel:languages:python
- Remove README since the upstream link changes unpredictably and there is no consistent way to pick a particular version.

OBS-URL: https://build.opensuse.org/request/show/486216
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=3
2017-04-06 17:45:53 +00:00
Todd R
fc93d4fd6e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=2 2017-04-06 17:40:36 +00:00
Todd R
98deeccb75 Accepting request 486212 from home:TheBlackCat:branches:devel:languages:python
Needed by recent versions of the jupyter suite.

OBS-URL: https://build.opensuse.org/request/show/486212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=1
2017-04-06 17:27:54 +00:00