Hello community,

here is the log from the commit of package python-pytz for openSUSE:Factory 
checked in at 2020-05-04 18:32:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytz (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytz.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytz"

Mon May  4 18:32:26 2020 rev:36 rq:799791 version:2020.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2020-02-25 
16:01:47.360014894 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytz.new.2738/python-pytz.changes        
2020-05-04 18:32:38.144088461 +0200
@@ -1,0 +2,25 @@
+Sat May  2 20:32:01 UTC 2020 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * be more specific in %files section
+  * README.txt -> README.rst
+
+- update to version 2020.1:
+  * Test against Python 3.8 and Python 3.9
+  * Bump version numbers to 2020.1/2020a
+  * Base class for all errors
+  * Add flake8 settings
+  * IANA 2020a
+  * Fix remaining references to README.txt
+  * Update README.md
+  * Use .rst extension for reStructuredText
+  * typo
+  * highlight codes
+  * use .rst extension name
+  * Tidelift links
+  * Add links for security reports
+  * Update LICENSE.txt
+  * Create FUNDING.yml
+  * Make FixedOffset part of public API
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-pytz.spec ++++++
--- /var/tmp/diff_new_pack.Ox4CbR/_old  2020-05-04 18:32:39.936092093 +0200
+++ /var/tmp/diff_new_pack.Ox4CbR/_new  2020-05-04 18:32:39.936092093 +0200
@@ -19,11 +19,10 @@
 # Ensure you update the tzdata_version for any minor version increase
 # otherwise the update python library has the incorrect timezone data.
 %define tzdata_version 2019c
-
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytz
-Version:        2019.3
+Version:        2020.1
 Release:        0
 Summary:        World timezone definitions, modern and historical
 License:        MIT
@@ -76,7 +75,7 @@
 %python_install
 # Replace custom data with symlink to /usr/share/zoneinfo
 %{python_expand rm -r %{buildroot}%{$python_sitelib}/pytz/zoneinfo
-ln -s /usr/share/zoneinfo %{buildroot}%{$python_sitelib}/pytz/zoneinfo
+ln -s %{_datadir}/zoneinfo %{buildroot}%{$python_sitelib}/pytz/zoneinfo
 %fdupes %{buildroot}%{$python_sitelib}
 }
 
@@ -85,7 +84,8 @@
 
 %files %{python_files}
 %license LICENSE.txt
-%doc README.txt
-%{python_sitelib}/*
+%doc README.rst
+%{python_sitelib}/pytz
+%{python_sitelib}/pytz-%{version}-py*.egg-info
 
 %changelog


++++++ pytz-2019.3.tar.gz -> pytz-2020.1.tar.gz ++++++
++++ 1732 lines of diff (skipped)


Reply via email to