Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dateutils for
openSUSE:Factory checked in at 2023-01-20 17:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dateutils (Old)
and /work/SRC/openSUSE:Factory/.python-dateutils.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dateutils"
Fri Jan 20 17:39:08 2023 rev:2 rq:1059913 version:0.6.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dateutils/python-dateutils.changes
2020-09-06 00:02:41.127262345 +0200
+++
/work/SRC/openSUSE:Factory/.python-dateutils.new.32243/python-dateutils.changes
2023-01-20 17:39:28.128782936 +0100
@@ -1,0 +2,6 @@
+Sun Oct 24 21:46:13 UTC 2021 - Matej Cepl <[email protected]>
+
+- update to v0.6.12:
+ * Manually adding a release for the last published version.
+
+-------------------------------------------------------------------
Old:
----
dateutils-0.6.10.tar.gz
New:
----
dateutils-0.6.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dateutils.spec ++++++
--- /var/tmp/diff_new_pack.YfRklY/_old 2023-01-20 17:39:28.800786653 +0100
+++ /var/tmp/diff_new_pack.YfRklY/_new 2023-01-20 17:39:28.800786653 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-dateutils
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,29 +13,29 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-dateutils
-Version: 0.6.10
+Version: 0.6.12
Release: 0
-License: 0BSD
Summary: Python library for working with date and datetime objects
-Url: https://github.com/jmcantrell/python-dateutils
+License: 0BSD
Group: Development/Languages/Python
+URL: https://github.com/jmcantrell/python-dateutils
Source:
https://files.pythonhosted.org/packages/source/d/dateutils/dateutils-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
-# SECTION test requirements
-BuildRequires: %{python_module python-dateutil}
-BuildRequires: %{python_module pytz}
-# /SECTION
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-python-dateutil
Requires: python-pytz
BuildArch: noarch
-
+# SECTION test requirements
+BuildRequires: %{python_module python-dateutil}
+BuildRequires: %{python_module pytz}
+# /SECTION
%python_subpackages
%description
++++++ dateutils-0.6.10.tar.gz -> dateutils-0.6.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/dateutils-0.6.10/PKG-INFO
new/dateutils-0.6.12/PKG-INFO
--- old/dateutils-0.6.10/PKG-INFO 2020-08-29 19:39:52.985149400 +0200
+++ new/dateutils-0.6.12/PKG-INFO 2020-10-23 09:09:51.923831700 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: dateutils
-Version: 0.6.10
+Version: 0.6.12
Summary: Various utilities for working with date and datetime objects
Home-page: https://github.com/jmcantrell/python-dateutils
Author: Jeremy Cantrell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/dateutils-0.6.10/dateutils.egg-info/PKG-INFO
new/dateutils-0.6.12/dateutils.egg-info/PKG-INFO
--- old/dateutils-0.6.10/dateutils.egg-info/PKG-INFO 2020-08-29
19:39:52.000000000 +0200
+++ new/dateutils-0.6.12/dateutils.egg-info/PKG-INFO 2020-10-23
09:09:51.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: dateutils
-Version: 0.6.10
+Version: 0.6.12
Summary: Various utilities for working with date and datetime objects
Home-page: https://github.com/jmcantrell/python-dateutils
Author: Jeremy Cantrell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/dateutils-0.6.10/dateutils.egg-info/requires.txt
new/dateutils-0.6.12/dateutils.egg-info/requires.txt
--- old/dateutils-0.6.10/dateutils.egg-info/requires.txt 2020-08-29
19:39:52.000000000 +0200
+++ new/dateutils-0.6.12/dateutils.egg-info/requires.txt 2020-10-23
09:09:51.000000000 +0200
@@ -1,3 +1,5 @@
-argparse
python-dateutil
pytz
+
+[:python_version < "2.7"]
+argparse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/dateutils-0.6.10/setup.py
new/dateutils-0.6.12/setup.py
--- old/dateutils-0.6.10/setup.py 2020-08-29 19:39:40.000000000 +0200
+++ new/dateutils-0.6.12/setup.py 2020-10-23 09:09:37.000000000 +0200
@@ -1,5 +1,6 @@
#!/usr/bin/env python
+from io import open
from os import path
from setuptools import setup
@@ -10,7 +11,7 @@
setup(
name='dateutils',
- version='0.6.10',
+ version='0.6.12',
description='Various utilities for working with date and datetime objects',
@@ -34,7 +35,7 @@
],
install_requires=[
- 'argparse',
+ 'argparse; python_version < "2.7"',
'python-dateutil',
'pytz'
],