Accepting request 808931 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/808931 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-releases?expand=0&rev=5
This commit is contained in:
commit
08220599cc
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 21:27:01 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a1b3163ab062d41dc4e61d8f51df055756d146f1fb6e18ee5cf55d91c9cda54
|
||||
size 42029
|
3
releases-1.6.3.tar.gz
Normal file
3
releases-1.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:555ae4c97a671a420281c1c782e9236be25157b449fdf20b4c4b293fe93db2f1
|
||||
size 40510
|
Loading…
Reference in New Issue
Block a user