Hello community,

here is the log from the commit of package python-pytz for openSUSE:Factory 
checked in at 2019-02-24 20:46:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytz (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytz.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytz"

Sun Feb 24 20:46:13 2019 rev:31 rq:677152 version:2018.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2019-01-26 
22:19:23.139002920 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytz.new.28833/python-pytz.changes       
2019-02-24 20:46:14.991891151 +0100
@@ -1,0 +2,22 @@
+Sun Feb 17 01:37:01 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Use more useful and clean https://pythonhosted.org/pytz/ as URL
+- Use fdupes
+- Add missing dependency on Python runtime, and install using setuptools.
+- update to 2018.9
+  * IANA 2018i
+  * Replace all references to deprecated easy_install with pip
+  * Add _all_timezones_lower_to_standard to gen_tzinfo
+  * timezone constructor arg is case-insensitive
+  * Use early python2 compatible str formatting
+  * Raise UnknownTimeZoneError if provided timezone name is None
+  * Make timezone lookup case insensitive
+- from 2018.7 
+  * IANA 2018g
+- from 2018.6
+  * IANA 2018f
+  * Promote BaseTzInfo to public API for type checking
+  * Update dev notes for Ubuntu 18.04 containers
+  * Add warnings to examples showing what not to do
+
+-------------------------------------------------------------------

Old:
----
  pytz-2018.5.tar.gz
  pytz-2018.5.tar.gz.asc

New:
----
  pytz-2018.9.tar.gz
  pytz-2018.9.tar.gz.asc

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

Other differences:
------------------
++++++ python-pytz.spec ++++++
--- /var/tmp/diff_new_pack.2BFVCb/_old  2019-02-24 20:46:15.843890724 +0100
+++ /var/tmp/diff_new_pack.2BFVCb/_new  2019-02-24 20:46:15.867890712 +0100
@@ -19,12 +19,12 @@
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytz
-Version:        2018.5
+Version:        2018.9
 Release:        0
 Summary:        World timezone definitions, modern and historical
 License:        MIT
 Group:          Development/Languages/Python
-URL:            http://pytz.sourceforge.net
+URL:            https://pythonhosted.org/pytz/
 Source:         
https://files.pythonhosted.org/packages/source/p/pytz/pytz-%{version}.tar.gz
 Source2:        
https://files.pythonhosted.org/packages/source/p/pytz/pytz-%{version}.tar.gz.asc
 Source90:       %{name}.keyring
@@ -34,7 +34,7 @@
 Patch1:         system_zoneinfo.patch
 # PATCH-FIX-UPSTREAM 0001-Fix-tests-for-older-timezone-versions.patch -- 
https://code.launchpad.net/~toabctl/pytz/+git/pytz/+merge/326419
 Patch2:         0001-Fix-tests-for-older-timezone-versions.patch
-BuildRequires:  %{python_module base}
+BuildRequires:  %{python_module setuptools}
 # pytest is required only because of 2.7 stdlib test runner, python3
 # unittest runner is sufficient.
 BuildRequires:  %{python_module pytest}
@@ -42,6 +42,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  timezone
+Requires:       python-base
 Requires:       timezone
 BuildArch:      noarch
 %ifpython2
@@ -73,6 +74,7 @@
 %install
 %python_install
 %python_expand rm -fr %{buildroot}%{$python_sitelib}/pytz/zoneinfo
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_expand PYTHONPATH=. py.test-%{$python_bin_suffix} -v pytz/tests


++++++ pytz-2018.5.tar.gz -> pytz-2018.9.tar.gz ++++++
++++ 7580 lines of diff (skipped)


Reply via email to