Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-iso8601 for openSUSE:Factory 
checked in at 2021-12-16 21:19:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-iso8601 (Old)
 and      /work/SRC/openSUSE:Factory/.python-iso8601.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-iso8601"

Thu Dec 16 21:19:31 2021 rev:20 rq:940344 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-iso8601/python-iso8601.changes    
2021-08-04 22:28:33.341826253 +0200
+++ /work/SRC/openSUSE:Factory/.python-iso8601.new.2520/python-iso8601.changes  
2021-12-16 21:20:26.082546866 +0100
@@ -1,0 +2,20 @@
+Sun Dec 12 11:37:09 UTC 2021 - Ben Greiner <[email protected]>
+
+- Explicitly require test depenendency pytz (it's only optional in
+  hypothesis[pytz])
+
+-------------------------------------------------------------------
+Mon Dec  6 18:07:53 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 1.0.2:
+  * Add missing `__all__` in `__init__.py`
+  * Add missing py.typed file (as per PEP 561), keeps mypy happy :D
+  * Drop python < 3.6 support
+  * Add type annotations to code
+  * Remove external type annotations in pyi
+  * Switch to poetry for packaging
+  * Simplify internals and remove old compatability code
+  * Switch to nox for testing
+  * Lots of small project development changes
+
+-------------------------------------------------------------------

Old:
----
  iso8601-0.1.16.tar.gz

New:
----
  iso8601-1.0.2.tar.gz

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

Other differences:
------------------
++++++ python-iso8601.spec ++++++
--- /var/tmp/diff_new_pack.XT8m1N/_old  2021-12-16 21:20:26.458547009 +0100
+++ /var/tmp/diff_new_pack.XT8m1N/_new  2021-12-16 21:20:26.462547010 +0100
@@ -17,14 +17,17 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global skip_python2 1
 Name:           python-iso8601
-Version:        0.1.16
+Version:        1.0.2
 Release:        0
 Summary:        Python module to parse ISO 8601 dates
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/micktwomey/pyiso8601
 Source:         
https://files.pythonhosted.org/packages/source/i/iso8601/iso8601-%{version}.tar.gz
+BuildRequires:  %{python_module hypothesis}
+BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module pytest >= 2.4.2}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -52,6 +55,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/iso8601
+%{python_sitelib}/iso8601-%{version}*-info
 
 %changelog

++++++ iso8601-0.1.16.tar.gz -> iso8601-1.0.2.tar.gz ++++++
++++ 2416 lines of diff (skipped)

Reply via email to