Hello community,

here is the log from the commit of package python-infinity for openSUSE:Factory 
checked in at 2020-06-30 21:56:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-infinity (Old)
 and      /work/SRC/openSUSE:Factory/.python-infinity.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-infinity"

Tue Jun 30 21:56:39 2020 rev:3 rq:817766 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-infinity/python-infinity.changes  
2019-01-24 14:14:03.571317813 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-infinity.new.3060/python-infinity.changes    
    2020-06-30 21:56:45.058811923 +0200
@@ -1,0 +2,6 @@
+Sat Jun 27 02:40:34 UTC 2020 - Todd R <toddrme2...@gmail.com>
+
+- Update to 1.5
+  * Removed py27, py33 support
+
+-------------------------------------------------------------------

Old:
----
  infinity-1.4.tar.gz

New:
----
  infinity-1.5.tar.gz

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

Other differences:
------------------
++++++ python-infinity.spec ++++++
--- /var/tmp/diff_new_pack.UeTAGw/_old  2020-06-30 21:56:45.854814386 +0200
+++ /var/tmp/diff_new_pack.UeTAGw/_new  2020-06-30 21:56:45.854814386 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-infinity
 #
-# Copyright (c) 2018 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without  test
 Name:           python-infinity
-Version:        1.4
+Version:        1.5
 Release:        0
 Summary:        All-in-one infinity value for Python
 License:        BSD-3-Clause
@@ -58,7 +58,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGES.rst README.rst
 %license LICENSE
 %{python_sitelib}/*

++++++ infinity-1.4.tar.gz -> infinity-1.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/infinity-1.4/CHANGES.rst new/infinity-1.5/CHANGES.rst
--- old/infinity-1.4/CHANGES.rst        2016-04-01 08:12:10.000000000 +0200
+++ new/infinity-1.5/CHANGES.rst        2020-06-03 12:27:35.000000000 +0200
@@ -4,6 +4,12 @@
 Here you can see the full list of changes between each infinity release.
 
 
+1.5 (2020-06-03)
+----------------
+
+- Removed py27, py33 support
+
+
 1.4 (2016-04-01)
 ----------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/infinity-1.4/PKG-INFO new/infinity-1.5/PKG-INFO
--- old/infinity-1.4/PKG-INFO   2016-04-01 08:14:49.000000000 +0200
+++ new/infinity-1.5/PKG-INFO   2020-06-03 12:33:09.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: infinity
-Version: 1.4
+Version: 1.5
 Summary: All-in-one infinity value for Python. Can be compared to any object.
 Home-page: https://github.com/kvesteri/infinity
 Author: Konsta Vesterinen
@@ -18,10 +18,6 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.6
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
@@ -30,3 +26,4 @@
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/infinity-1.4/infinity.egg-info/PKG-INFO 
new/infinity-1.5/infinity.egg-info/PKG-INFO
--- old/infinity-1.4/infinity.egg-info/PKG-INFO 2016-04-01 08:14:48.000000000 
+0200
+++ new/infinity-1.5/infinity.egg-info/PKG-INFO 2020-06-03 12:33:08.000000000 
+0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: infinity
-Version: 1.4
+Version: 1.5
 Summary: All-in-one infinity value for Python. Can be compared to any object.
 Home-page: https://github.com/kvesteri/infinity
 Author: Konsta Vesterinen
@@ -18,10 +18,6 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.6
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
@@ -30,3 +26,4 @@
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/infinity-1.4/infinity.py new/infinity-1.5/infinity.py
--- old/infinity-1.4/infinity.py        2016-04-01 08:13:12.000000000 +0200
+++ new/infinity-1.5/infinity.py        2020-06-03 12:30:10.000000000 +0200
@@ -1,11 +1,6 @@
-try:
-    from functools import total_ordering
-except ImportError:
-    # Use Python 2.6 port
-    from total_ordering import total_ordering
+from functools import total_ordering
 
-
-__version__ = '1.4'
+__version__ = '1.5'
 
 
 @total_ordering
@@ -91,7 +86,7 @@
     __rfloordiv__ = __rdiv__
 
     def __mul__(self, other):
-        if other is 0:
+        if other == 0:
             return NotImplemented
         return Infinity(
             other > 0 and self.positive or other < 0 and not self.positive
@@ -100,7 +95,7 @@
     __rmul__ = __mul__
 
     def __pow__(self, other):
-        if other is 0:
+        if other == 0:
             return NotImplemented
         elif other == -self:
             return -0.0 if not self.positive else 0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/infinity-1.4/setup.cfg new/infinity-1.5/setup.cfg
--- old/infinity-1.4/setup.cfg  2016-04-01 08:14:49.000000000 +0200
+++ new/infinity-1.5/setup.cfg  2020-06-03 12:33:09.000000000 +0200
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/infinity-1.4/setup.py new/infinity-1.5/setup.py
--- old/infinity-1.4/setup.py   2016-01-28 17:34:45.000000000 +0100
+++ new/infinity-1.5/setup.py   2020-06-03 12:25:33.000000000 +0200
@@ -61,10 +61,6 @@
         'License :: OSI Approved :: BSD License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
-        'Programming Language :: Python',
-        'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 2.6',
-        'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',


Reply via email to