Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-aenum for openSUSE:Factory 
checked in at 2021-04-14 10:10:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aenum (Old)
 and      /work/SRC/openSUSE:Factory/.python-aenum.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aenum"

Wed Apr 14 10:10:50 2021 rev:5 rq:884804 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aenum/python-aenum.changes        
2019-12-12 23:18:03.934214008 +0100
+++ /work/SRC/openSUSE:Factory/.python-aenum.new.2401/python-aenum.changes      
2021-04-14 10:11:16.633523896 +0200
@@ -1,0 +2,19 @@
+Tue Apr 13 04:55:38 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 3.0.0:
+  * The more esoteric method of creating Enums have been modified or removed
+  * Member creation has been redone to match Python 3.10's methods.
+  * enum_property() has been renamed to property() (old name still available,
+    but deprecated).
+  * bin() replacement shows negative integers in twos-complement
+  * call __init_subclass__ after members have been added, and in Pythons < 3.6
+  * call __set_name__ in Pythons < 3.6
+  * do not convert/disallow private names
+  * add iteration/len support to NamedConstant
+  * add support to Constant to retrieve members by value
+  * add pickle/deepcopy support to Constant
+  * add support for Constant to use other Constant values
+  * AutoNumber and auto() now work together 
+- Update URL now that bitbucket is dead.
+
+-------------------------------------------------------------------

Old:
----
  aenum-2.2.3.tar.gz

New:
----
  aenum-3.0.0.tar.gz

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

Other differences:
------------------
++++++ python-aenum.spec ++++++
--- /var/tmp/diff_new_pack.kFVopy/_old  2021-04-14 10:11:17.097524680 +0200
+++ /var/tmp/diff_new_pack.kFVopy/_new  2021-04-14 10:11:17.101524687 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-aenum
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,11 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-aenum
-Version:        2.2.3
+Version:        3.0.0
 Release:        0
 Summary:        Advanced Enumerations, NamedTuples, and NamedConstants
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
-URL:            https://bitbucket.org/stoneleaf/aenum
+URL:            https://github.com/ethanfurman/aenum
 Source:         
https://files.pythonhosted.org/packages/source/a/aenum/aenum-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -56,7 +55,6 @@
 all other Enum capabilities, however; consequently, it can have
 duplicate values.
 
-
 %prep
 %setup -q -n aenum-%{version}
 

++++++ aenum-2.2.3.tar.gz -> aenum-3.0.0.tar.gz ++++++
++++ 12058 lines of diff (skipped)

Reply via email to