diff --git a/python-releases.changes b/python-releases.changes index 9f57855..43518ac 100644 --- a/python-releases.changes +++ b/python-releases.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon May 25 21:27:01 UTC 2020 - Benjamin Greiner + +- Restore semanticversioning.patch to allow semantic_version >= 2.7 + gh#bitprophet/releases#84 + gh#bitprophet/releases#86 +- remove color printout in tests + +------------------------------------------------------------------- +Wed Mar 18 09:08:49 UTC 2020 - Tomáš Chvátal + +- Update to 1.6.3: + - :support:`87 backported` (via :issue:`88`) Our upper Sphinx version limit was + mostly defensive and at this point is just too old to even build on + ReadTheDocs successfully. Removed it for the time being. Thanks to José + Sánchez-Gallego for the nudge and the patch. + - :support:`84 backported` Pin us to ``semantic-version<2.7`` as they changed + their APIs (...) in that version in a way that breaks us. We do not need + anything they've added recently, so the conservative response is to just pin + until we truly need to upgrade. Thanks to everyone who reported and submitted + workarounds for this. +- Drop merged patch semanticversioning.patch + ------------------------------------------------------------------- Tue Sep 17 10:11:28 UTC 2019 - Tomáš Chvátal diff --git a/python-releases.spec b/python-releases.spec index 436ef5e..ef44ba8 100644 --- a/python-releases.spec +++ b/python-releases.spec @@ -1,7 +1,7 @@ # # spec file for package python # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,11 +26,10 @@ %bcond_with test %endif Name: python-releases%{psuffix} -Version: 1.6.1 +Version: 1.6.3 Release: 0 Summary: A Sphinx extension for changelog manipulation License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/bitprophet/releases Source: https://files.pythonhosted.org/packages/source/r/releases/releases-%{version}.tar.gz Patch0: semanticversioning.patch @@ -84,6 +83,7 @@ Specifically: %if %{with test} %check +export NOSE_NO_SPEC_COLOR=1 %python_expand invoke-%{$python_bin_suffix} test %endif diff --git a/releases-1.6.1.tar.gz b/releases-1.6.1.tar.gz deleted file mode 100644 index cbd7858..0000000 --- a/releases-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a1b3163ab062d41dc4e61d8f51df055756d146f1fb6e18ee5cf55d91c9cda54 -size 42029 diff --git a/releases-1.6.3.tar.gz b/releases-1.6.3.tar.gz new file mode 100644 index 0000000..95fffef --- /dev/null +++ b/releases-1.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555ae4c97a671a420281c1c782e9236be25157b449fdf20b4c4b293fe93db2f1 +size 40510