Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-agate for openSUSE:Factory 
checked in at 2023-01-20 17:39:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate (Old)
 and      /work/SRC/openSUSE:Factory/.python-agate.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-agate"

Fri Jan 20 17:39:58 2023 rev:13 rq:1059991 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate/python-agate.changes        
2023-01-05 15:01:04.821092223 +0100
+++ /work/SRC/openSUSE:Factory/.python-agate.new.32243/python-agate.changes     
2023-01-20 17:40:11.181021061 +0100
@@ -1,0 +2,6 @@
+Fri Jan 20 15:27:35 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.7.1:
+  * Allow parsedatetime 2.6.
+
+-------------------------------------------------------------------

Old:
----
  agate-1.7.0.tar.gz

New:
----
  agate-1.7.1.tar.gz

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

Other differences:
------------------
++++++ python-agate.spec ++++++
--- /var/tmp/diff_new_pack.c3cPw0/_old  2023-01-20 17:40:12.257027013 +0100
+++ /var/tmp/diff_new_pack.c3cPw0/_new  2023-01-20 17:40:12.261027035 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define modname agate
 Name:           python-agate
-Version:        1.7.0
+Version:        1.7.1
 Release:        0
 Summary:        Data analysis library optimized for humans instead of machines
 License:        MIT

++++++ agate-1.7.0.tar.gz -> agate-1.7.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-1.7.0/CHANGELOG.rst 
new/agate-1.7.1/CHANGELOG.rst
--- old/agate-1.7.0/CHANGELOG.rst       2023-01-03 19:12:45.000000000 +0100
+++ new/agate-1.7.1/CHANGELOG.rst       2023-01-04 21:11:59.000000000 +0100
@@ -1,7 +1,15 @@
+1.7.1 - Jan 4, 2023
+-------------------
+
+* Allow parsedatetime 2.6.
+
 1.7.0 - Jan 3, 2023
 -------------------
 
-- Drop support for Python 2.7 (no longer works) and 3.6 (no longer tested).
+* Add Python 3.11 support.
+* Add Python 3.10 support.
+* Drop Python 3.6 support (end-of-life was December 23, 2021).
+* Drop Python 2.7 support (end-of-life was January 1, 2020).
 
 1.6.3 - July 15, 2021
 ---------------------
@@ -22,6 +30,8 @@
 * fix: Aggregations return ``None`` if all values are ``None``, instead of 
raising an error. Note that ``Sum``, ``MaxLength`` and ``MaxPrecision`` 
continue to return ``0`` if all values are ``None``. (#706)
 * fix: Ensure files are closed when errors occur. (#734)
 * build: Make PyICU an optional dependency.
+* Drop Python 3.5 support (end-of-life was September 13, 2020).
+* Drop Python 3.4 support (end-of-life was March 18, 2019).
 
 1.6.2 - March 10, 2021
 ----------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-1.7.0/README.rst new/agate-1.7.1/README.rst
--- old/agate-1.7.0/README.rst  2023-01-03 19:12:45.000000000 +0100
+++ new/agate-1.7.1/README.rst  2023-01-04 21:11:59.000000000 +0100
@@ -1,7 +1,11 @@
-.. image:: https://travis-ci.org/wireservice/agate.png
-    :target: https://travis-ci.org/wireservice/agate
+.. image:: https://github.com/wireservice/agate/workflows/CI/badge.svg
+    :target: https://github.com/wireservice/agate/actions
     :alt: Build status
 
+.. image:: https://img.shields.io/pypi/dm/agate.svg
+    :target: https://pypi.python.org/pypi/agate
+    :alt: PyPI downloads
+
 .. image:: https://img.shields.io/pypi/v/agate.svg
     :target: https://pypi.python.org/pypi/agate
     :alt: Version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-1.7.0/docs/conf.py new/agate-1.7.1/docs/conf.py
--- old/agate-1.7.0/docs/conf.py        2023-01-03 19:12:45.000000000 +0100
+++ new/agate-1.7.1/docs/conf.py        2023-01-04 21:11:59.000000000 +0100
@@ -28,7 +28,7 @@
 # Metadata
 project = 'agate'
 copyright = '2017, Christopher Groskopf'
-version = '1.7.0'
+version = '1.7.1'
 release = version
 
 exclude_patterns = ['_build']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-1.7.0/setup.py new/agate-1.7.1/setup.py
--- old/agate-1.7.0/setup.py    2023-01-03 19:12:45.000000000 +0100
+++ new/agate-1.7.1/setup.py    2023-01-04 21:11:59.000000000 +0100
@@ -5,7 +5,7 @@
 
 setup(
     name='agate',
-    version='1.7.0',
+    version='1.7.1',
     description='A data analysis library that is optimized for humans instead 
of machines.',
     long_description=long_description,
     long_description_content_type='text/x-rst',
@@ -41,8 +41,7 @@
         'isodate>=0.5.4',
         'leather>=0.3.2',
         # KeyError: 's' https://github.com/bear/parsedatetime/pull/233 
https://github.com/wireservice/agate/issues/743
-        # AttributeError: 'module' object has no attribute 'Locale' 
https://github.com/bear/parsedatetime/pull/247
-        'parsedatetime>=2.1,!=2.5,!=2.6',
+        'parsedatetime>=2.1,!=2.5',
         'python-slugify>=1.2.1',
         'pytimeparse>=1.1.5',
     ],

Reply via email to