Hello community,

here is the log from the commit of package python-releases for openSUSE:Factory 
checked in at 2020-05-28 09:09:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-releases (Old)
 and      /work/SRC/openSUSE:Factory/.python-releases.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-releases"

Thu May 28 09:09:27 2020 rev:5 rq:808931 version:1.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-releases/python-releases.changes  
2019-09-27 14:49:46.288558342 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-releases.new.3606/python-releases.changes    
    2020-05-28 09:09:28.784047673 +0200
@@ -1,0 +2,23 @@
+Mon May 25 21:27:01 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- 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 <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  releases-1.6.1.tar.gz

New:
----
  releases-1.6.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-releases.spec ++++++
--- /var/tmp/diff_new_pack.Pf4UHb/_old  2020-05-28 09:09:29.308048939 +0200
+++ /var/tmp/diff_new_pack.Pf4UHb/_new  2020-05-28 09:09:29.312048949 +0200
@@ -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 @@
 
 %if %{with test}
 %check
+export NOSE_NO_SPEC_COLOR=1
 %python_expand invoke-%{$python_bin_suffix} test
 %endif
 

++++++ releases-1.6.1.tar.gz -> releases-1.6.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/releases-1.6.1/LICENSE new/releases-1.6.3/LICENSE
--- old/releases-1.6.1/LICENSE  2018-05-01 22:28:06.000000000 +0200
+++ new/releases-1.6.3/LICENSE  2020-01-10 22:21:56.000000000 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2018, Jeff Forcier
+Copyright (c) 2020, Jeff Forcier
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/releases-1.6.1/PKG-INFO new/releases-1.6.3/PKG-INFO
--- old/releases-1.6.1/PKG-INFO 2018-07-02 21:32:46.000000000 +0200
+++ new/releases-1.6.3/PKG-INFO 2020-01-11 01:29:45.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: releases
-Version: 1.6.1
+Version: 1.6.3
 Summary: A Sphinx extension for changelog manipulation
 Home-page: https://github.com/bitprophet/releases
 Author: Jeff Forcier
Binary files old/releases-1.6.1/docs/.changelog.rst.swp and 
new/releases-1.6.3/docs/.changelog.rst.swp differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/releases-1.6.1/docs/changelog.rst 
new/releases-1.6.3/docs/changelog.rst
--- old/releases-1.6.1/docs/changelog.rst       2018-07-02 21:32:23.000000000 
+0200
+++ new/releases-1.6.3/docs/changelog.rst       2020-01-11 01:27:20.000000000 
+0100
@@ -2,6 +2,18 @@
 Changelog
 =========
 
+- :release:`1.6.3 <2020-01-10>`
+- :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.
+- :release:`1.6.2 <2020-01-10>`
+- :release:`1.5.2 <2020-01-10>`
+- :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.
 - :release:`1.6.1 <2018-07-02>`
 - :release:`1.5.1 <2018-07-02>`
 - :support:`73 backported` (via :issue:`77`) Add support for Sphinx 1.7.x
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/releases-1.6.1/releases/_version.py 
new/releases-1.6.3/releases/_version.py
--- old/releases-1.6.1/releases/_version.py     2018-07-02 21:32:26.000000000 
+0200
+++ new/releases-1.6.3/releases/_version.py     2020-01-11 01:27:20.000000000 
+0100
@@ -1,2 +1,2 @@
-__version_info__ = (1, 6, 1)
+__version_info__ = (1, 6, 3)
 __version__ = '.'.join(map(str, __version_info__))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/releases-1.6.1/releases.egg-info/PKG-INFO 
new/releases-1.6.3/releases.egg-info/PKG-INFO
--- old/releases-1.6.1/releases.egg-info/PKG-INFO       2018-07-02 
21:32:46.000000000 +0200
+++ new/releases-1.6.3/releases.egg-info/PKG-INFO       2020-01-11 
01:29:45.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: releases
-Version: 1.6.1
+Version: 1.6.3
 Summary: A Sphinx extension for changelog manipulation
 Home-page: https://github.com/bitprophet/releases
 Author: Jeff Forcier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/releases-1.6.1/releases.egg-info/SOURCES.txt 
new/releases-1.6.3/releases.egg-info/SOURCES.txt
--- old/releases-1.6.1/releases.egg-info/SOURCES.txt    2018-07-02 
21:32:46.000000000 +0200
+++ new/releases-1.6.3/releases.egg-info/SOURCES.txt    2020-01-11 
01:29:45.000000000 +0100
@@ -5,7 +5,6 @@
 setup.cfg
 setup.py
 tasks.py
-docs/.changelog.rst.swp
 docs/changelog.rst
 docs/concepts.rst
 docs/conf.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/releases-1.6.1/releases.egg-info/requires.txt 
new/releases-1.6.3/releases.egg-info/requires.txt
--- old/releases-1.6.1/releases.egg-info/requires.txt   2018-07-02 
21:32:46.000000000 +0200
+++ new/releases-1.6.3/releases.egg-info/requires.txt   2020-01-11 
01:29:45.000000000 +0100
@@ -1,2 +1,2 @@
-semantic_version<3.0
-sphinx<1.8,>=1.3
+semantic_version<2.7
+sphinx>=1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/releases-1.6.1/setup.py new/releases-1.6.3/setup.py
--- old/releases-1.6.1/setup.py 2018-07-02 20:40:56.000000000 +0200
+++ new/releases-1.6.3/setup.py 2020-01-11 01:27:20.000000000 +0100
@@ -18,8 +18,8 @@
     url='https://github.com/bitprophet/releases',
     packages=['releases'],
     install_requires=[
-        'semantic_version<3.0',
-        'sphinx>=1.3,<1.8',
+        'semantic_version<2.7',
+        'sphinx>=1.3',
     ],
     classifiers=[
         'Development Status :: 5 - Production/Stable',


Reply via email to