commit python-zope.deprecation for openSUSE:Leap:15.2

2020-04-17 Thread root
Hello community,

here is the log from the commit of package python-zope.deprecation for 
openSUSE:Leap:15.2 checked in at 2020-04-17 13:38:19

Comparing /work/SRC/openSUSE:Leap:15.2/python-zope.deprecation (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-zope.deprecation.new.2738 (New)


Package is "python-zope.deprecation"

Fri Apr 17 13:38:19 2020 rev:13 rq:794537 version:4.4.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-zope.deprecation/python-zope.deprecation.changes
2020-03-02 13:25:22.222638508 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-zope.deprecation.new.2738/python-zope.deprecation.changes
  2020-04-17 13:38:45.804274949 +0200
@@ -1,0 +2,5 @@
+Wed Apr  8 12:07:16 UTC 2020 - Tomáš Chvátal 
+
+- Do not pull in py2 package on doc subpkg
+
+---



Other differences:
--
++ python-zope.deprecation.spec ++
--- /var/tmp/diff_new_pack.Nn9b8u/_old  2020-04-17 13:38:46.148275208 +0200
+++ /var/tmp/diff_new_pack.Nn9b8u/_new  2020-04-17 13:38:46.152275211 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.deprecation
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -43,7 +43,6 @@
 
 %package -n %{name}-doc
 Summary:Zope 3 Deprecation Infrastructure
-Requires:   %{name} = %{version}
 Provides:   %{python_module zope.deprecation-doc = %{version}}
 
 %description -n %{name}-doc




commit python-zope.deprecation for openSUSE:Leap:15.2

2020-03-02 Thread root
Hello community,

here is the log from the commit of package python-zope.deprecation for 
openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:21

Comparing /work/SRC/openSUSE:Leap:15.2/python-zope.deprecation (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-zope.deprecation.new.26092 (New)


Package is "python-zope.deprecation"

Mon Mar  2 13:25:21 2020 rev:12 rq:777315 version:4.4.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-zope.deprecation/python-zope.deprecation.changes
2020-01-15 15:54:43.859642187 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-zope.deprecation.new.26092/python-zope.deprecation.changes
 2020-03-02 13:25:22.222638508 +0100
@@ -1,0 +2,17 @@
+Mon Oct 14 14:50:28 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---
+Thu Apr  4 16:31:54 UTC 2019 - Marketa Calabkova 
+
+- update to version 4.4.0
+  4.3.0
+  * Allow custom warning classes to be specified to override the 
+default DeprecationWarning.
+  * Add support for Python 3.6.
+  * Drop support for Python 3.3.
+  4.4.0
+  * Add support for Python 3.7.
+
+---

Old:

  zope.deprecation-4.2.0.tar.gz

New:

  zope.deprecation-4.4.0.tar.gz



Other differences:
--
++ python-zope.deprecation.spec ++
--- /var/tmp/diff_new_pack.7LccVP/_old  2020-03-02 13:25:22.610639280 +0100
+++ /var/tmp/diff_new_pack.7LccVP/_new  2020-03-02 13:25:22.614639288 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.deprecation
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,26 +13,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zope.deprecation
-Version:4.2.0
+Version:4.4.0
 Release:0
 Summary:Zope Deprecation Infrastructure
 License:ZPL-2.1
-Group:  Development/Languages/Python
-Url:https://pypi.python.org/pypi/zope.deprecation
+URL:https://pypi.python.org/pypi/zope.deprecation
 Source: 
https://files.pythonhosted.org/packages/source/z/zope.deprecation/zope.deprecation-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
-# SECTION documentation requirements
-BuildRequires:  %{python_module Sphinx}
-# /SECTION
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
+# SECTION documentation requirements
+BuildRequires:  %{python_module Sphinx}
+# /SECTION
 %python_subpackages
 
 %description
@@ -44,7 +43,6 @@
 
 %package -n %{name}-doc
 Summary:Zope 3 Deprecation Infrastructure
-Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
 Provides:   %{python_module zope.deprecation-doc = %{version}}
 
@@ -57,22 +55,21 @@
 
 %build
 %python_build
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py -q test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
-%python_sitelib/*
+%license LICENSE.txt
+%doc CHANGES.rst COPYRIGHT.txt README.rst
+%{python_sitelib}/*
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
 %doc build/sphinx/html/
 
 %changelog

++ zope.deprecation-4.2.0.tar.gz -> zope.deprecation-4.4.0.tar.gz ++
 18182 lines of diff (skipped)