Hello community,
here is the log from the commit of package python-zope.i18nmessageid for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-zope.i18nmessageid (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-zope.i18nmessageid.new.26092
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.i18nmessageid"
Mon Mar 2 13:25:23 2020 rev:12 rq:777317 version:5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
2020-01-15 15:54:45.387643062 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-zope.i18nmessageid.new.26092/python-zope.i18nmessageid.changes
2020-03-02 13:25:24.206642453 +0100
@@ -1,0 +2,25 @@
+Tue Jan 21 11:12:38 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to version 5.0.0
+ * Drop support for Python 3.4.
+ * Add support for Python 3.8.
+
+-------------------------------------------------------------------
+Mon Oct 14 14:50:49 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
+Fri Apr 5 10:09:51 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 4.3.1
+ * Drop support for Python 3.3.
+ * Add support for Python 3.7.
+ * Fix the possibility of a rare crash in the C extension when
+ deallocating items.
+ * Add attributes to support pluralization on a Message and update
+ the MessageFactory accordingly.
+ * Fix a regression copying Message objects in the Python
+ implementation.
+
+-------------------------------------------------------------------
Old:
----
zope.i18nmessageid-4.1.0.tar.gz
New:
----
zope.i18nmessageid-5.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.i18nmessageid.spec ++++++
--- /var/tmp/diff_new_pack.cTK09c/_old 2020-03-02 13:25:24.474642986 +0100
+++ /var/tmp/diff_new_pack.cTK09c/_new 2020-03-02 13:25:24.478642994 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.i18nmessageid
#
-# Copyright (c) 2017 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
@@ -13,18 +13,17 @@
# 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.i18nmessageid
-Version: 4.1.0
+Version: 5.0.0
Release: 0
Summary: Zope Location
License: ZPL-2.1
-Group: Development/Languages/Python
-Url: http://www.python.org/pypi/zope.i18nmessageid
+URL: https://www.python.org/pypi/zope.i18nmessageid
Source:
https://files.pythonhosted.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -32,6 +31,7 @@
BuildRequires: python-rpm-macros
# SECTION documentation requirements
BuildRequires: %{python_module Sphinx}
+Requires: python-six
# /SECTION
%python_subpackages
@@ -40,9 +40,8 @@
%package -n %{name}-doc
Summary: Zope Location
-Group: Development/Languages/Python
-Provides: %{python_module zope.i18nmessageid-doc = %{version}}
Requires: %{name} = %{version}
+Provides: %{python_module zope.i18nmessageid-doc = %{version}}
%description -n %{name}-doc
This package contains documentation files for %{name}.
@@ -53,25 +52,24 @@
%build
%python_build
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
build/sphinx/html/objects.inv
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
build/sphinx/html/objects.inv
%install
%python_install
# don't bother with development files
%{python_expand rm -f
%{buildroot}%{$python_sitearch}/zope/i18nmessageid/_zope_i18nmessageid_message.c
- %fdupes -s %{buildroot}%{$python_sitearch}
+ %fdupes %{buildroot}%{$python_sitearch}
}
%check
%python_exec setup.py test
%files %{python_files}
-%defattr(-,root,root)
-%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGES.rst COPYRIGHT.txt README.rst
%{python_sitearch}/*
%files -n %{name}-doc
-%defattr(-,root,root)
%doc build/sphinx/html/
%changelog
++++++ zope.i18nmessageid-4.1.0.tar.gz -> zope.i18nmessageid-5.0.0.tar.gz ++++++
++++ 1761 lines of diff (skipped)