Hello community,

here is the log from the commit of package python-Bottleneck for 
openSUSE:Leap:15.2 checked in at 2020-03-16 12:21:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Bottleneck (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-Bottleneck.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Bottleneck"

Mon Mar 16 12:21:36 2020 rev:12 rq:785529 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Bottleneck/python-Bottleneck.changes    
2020-03-09 18:00:27.068671136 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-Bottleneck.new.3160/python-Bottleneck.changes
  2020-03-16 12:21:40.955714634 +0100
@@ -1,0 +2,13 @@
+Sat Mar 14 15:57:22 UTC 2020 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * update copyright year
+
+- update to version 1.3.2:
+  * Bug Fixes
+    + Explicitly declare numpy version dependency in pyproject.toml
+      for Python 3.8, fixing certain cases where pip install would
+      fail. Thanks to @goggle, @astrofrog, and @0xb0b for
+      reporting. (:issue:`277`)
+
+-------------------------------------------------------------------

Old:
----
  Bottleneck-1.3.1.tar.gz

New:
----
  Bottleneck-1.3.2.tar.gz

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

Other differences:
------------------
++++++ python-Bottleneck.spec ++++++
--- /var/tmp/diff_new_pack.DC1whL/_old  2020-03-16 12:21:41.807714773 +0100
+++ /var/tmp/diff_new_pack.DC1whL/_new  2020-03-16 12:21:41.811714773 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Bottleneck
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Bottleneck
-Version:        1.3.1
+Version:        1.3.2
 Release:        0
 Summary:        A collection of fast NumPy array functions
 License:        BSD-2-Clause AND BSD-3-Clause

++++++ Bottleneck-1.3.1.tar.gz -> Bottleneck-1.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bottleneck-1.3.1/Bottleneck.egg-info/PKG-INFO 
new/Bottleneck-1.3.2/Bottleneck.egg-info/PKG-INFO
--- old/Bottleneck-1.3.1/Bottleneck.egg-info/PKG-INFO   2019-11-19 
08:50:36.000000000 +0100
+++ new/Bottleneck-1.3.2/Bottleneck.egg-info/PKG-INFO   2020-02-21 
07:18:58.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Bottleneck
-Version: 1.3.1
+Version: 1.3.2
 Summary: Fast NumPy array functions written in C
 Home-page: https://github.com/pydata/bottleneck
 Maintainer: Christopher Whelan
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bottleneck-1.3.1/PKG-INFO 
new/Bottleneck-1.3.2/PKG-INFO
--- old/Bottleneck-1.3.1/PKG-INFO       2019-11-19 08:50:36.000000000 +0100
+++ new/Bottleneck-1.3.2/PKG-INFO       2020-02-21 07:18:58.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Bottleneck
-Version: 1.3.1
+Version: 1.3.2
 Summary: Fast NumPy array functions written in C
 Home-page: https://github.com/pydata/bottleneck
 Maintainer: Christopher Whelan
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bottleneck-1.3.1/RELEASE.rst 
new/Bottleneck-1.3.2/RELEASE.rst
--- old/Bottleneck-1.3.1/RELEASE.rst    2019-11-19 08:49:44.000000000 +0100
+++ new/Bottleneck-1.3.2/RELEASE.rst    2020-02-21 07:15:24.000000000 +0100
@@ -6,9 +6,28 @@
 These are the major changes made in each release. For details of the changes
 see the commit log at https://github.com/pydata/bottleneck
 
-Bottleneck 1.3.1
+Bottleneck 1.3.2
 ================
 
+*Release date: 2020-02-20*
+
+Bug Fixes
+~~~~~~~~~
+- Explicitly declare numpy version dependency in ``pyproject.toml`` for Python 
3.8, fixing
+  certain cases where ``pip install`` would fail. Thanks to ``@goggle``, 
``@astrofrog``,
+  and ``@0xb0b`` for reporting. (:issue:`277`)
+
+Contributors
+~~~~~~~~~~~~
+
+.. contributors:: v1.3.1..v1.3.2
+
+Older Releases
+~~~~~~~~~~~~~~
+
+Bottleneck 1.3.1
+----------------
+
 *Release date: 2019-11-18*
 
 Bug Fixes
@@ -22,9 +41,6 @@
 .. contributors:: v1.3.0..v1.3.1
 
 
-Older Releases
-~~~~~~~~~~~~~~
-
 Bottleneck 1.3.0
 ----------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bottleneck-1.3.1/bottleneck/_version.py 
new/Bottleneck-1.3.2/bottleneck/_version.py
--- old/Bottleneck-1.3.1/bottleneck/_version.py 2019-11-19 08:50:36.000000000 
+0100
+++ new/Bottleneck-1.3.2/bottleneck/_version.py 2020-02-21 07:18:58.000000000 
+0100
@@ -8,11 +8,11 @@
 
 version_json = '''
 {
- "date": "2019-11-18T23:49:01-0800",
+ "date": "2020-02-20T22:16:03-0800",
  "dirty": false,
  "error": null,
- "full-revisionid": "7ac20de1e816006f765ede2c74a49748aefd7360",
- "version": "1.3.1"
+ "full-revisionid": "17f7e96f2b4688ced5245c4ade6f72d27576616d",
+ "version": "1.3.2"
 }
 '''  # END VERSION_JSON
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bottleneck-1.3.1/pyproject.toml 
new/Bottleneck-1.3.2/pyproject.toml
--- old/Bottleneck-1.3.1/pyproject.toml 2019-11-03 01:11:48.000000000 +0100
+++ new/Bottleneck-1.3.2/pyproject.toml 2020-02-21 07:07:47.000000000 +0100
@@ -5,9 +5,11 @@
     "numpy==1.13.3; python_version=='2.7' and platform_system!='AIX'",
     "numpy==1.13.3; python_version=='3.5' and platform_system!='AIX'",
     "numpy==1.13.3; python_version=='3.6' and platform_system!='AIX'",
-    "numpy==1.14.5; python_version>='3.7' and platform_system!='AIX'",
+    "numpy==1.14.5; python_version=='3.7' and platform_system!='AIX'",
+    "numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
     "numpy==1.16.0; python_version=='2.7' and platform_system=='AIX'",
     "numpy==1.16.0; python_version=='3.5' and platform_system=='AIX'",
     "numpy==1.16.0; python_version=='3.6' and platform_system=='AIX'",
-    "numpy==1.16.0; python_version>='3.7' and platform_system=='AIX'",
+    "numpy==1.16.0; python_version=='3.7' and platform_system=='AIX'",
+    "numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'",
 ]


Reply via email to