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 2021-07-16 00:00:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate (Old)
 and      /work/SRC/openSUSE:Factory/.python-agate.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-agate"

Fri Jul 16 00:00:27 2021 rev:9 rq:906365 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate/python-agate.changes        
2021-01-20 18:29:28.759630746 +0100
+++ /work/SRC/openSUSE:Factory/.python-agate.new.2625/python-agate.changes      
2021-07-16 00:02:22.856707695 +0200
@@ -1,0 +2,21 @@
+Thu Jul 15 05:36:41 UTC 2021 - Matej Cepl <[email protected]>
+
+- Fixed URL of the tarball, and the tarball refreshed.
+
+-------------------------------------------------------------------
+Wed Jul 14 09:38:14 UTC 2021 - Hans-Peter Jansen <[email protected]>
+
+- Update to 1.6.2 - March 10, 2021
+  * feat: :meth:`.Date.__init__` and :meth:`.DateTime.__init__`
+    accepts a locale keyword argument (e.g. en_US) for parsing
+    formatted dates. (#730)
+  * feat: :meth:`.Number.cast` casts True to 1 and False to 0.
+    (#733)
+  * fix: :meth:`.utils.max_precision` ignores infinity when
+    calculating precision. (#726)
+  * fix: :meth:`.Date.cast` catches OverflowError when type
+    testing. (#720)
+  * Included examples in Python package. (#716)
+- Enable test_sniffer test again
+
+-------------------------------------------------------------------

Old:
----
  1.6.1.tar.gz

New:
----
  agate-1.6.2.tar.gz

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

Other differences:
------------------
++++++ python-agate.spec ++++++
--- /var/tmp/diff_new_pack.8r92yy/_old  2021-07-16 00:02:23.300706122 +0200
+++ /var/tmp/diff_new_pack.8r92yy/_new  2021-07-16 00:02:23.304706107 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-agate
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
+%define modname agate
 Name:           python-agate
-Version:        1.6.1
+Version:        1.6.2
 Release:        0
 Summary:        Data analysis library optimized for humans instead of machines
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/wireservice/agate
-Source:         https://github.com/wireservice/agate/archive/%{version}.tar.gz
+Source:         
https://github.com/wireservice/agate/archive/refs/tags/%{version}.tar.gz#/agate-%{version}.tar.gz
 BuildRequires:  %{python_module Babel >= 2.0}
 BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module isodate >= 0.5.4}
@@ -73,7 +74,7 @@
 
 %check
 export LANG=en_US.UTF-8
-%pytest -k 'not test_join and not test_sniffer'
+%pytest -k 'not test_join'
 
 %files %{python_files}
 %doc CHANGELOG.rst README.rst

Reply via email to