diff --git a/pyRFC3339-1.0.tar.gz b/pyRFC3339-1.0.tar.gz deleted file mode 100644 index 7e068b1..0000000 --- a/pyRFC3339-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dfbc6c458b8daba1c0f3620a8c78008b323a268b27b7359e92a4ae41325f535 -size 9325 diff --git a/pyRFC3339-1.1.tar.gz b/pyRFC3339-1.1.tar.gz new file mode 100644 index 0000000..e6a98c8 --- /dev/null +++ b/pyRFC3339-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b8cbe1519cdb79bed04910dd6fa4e181faf8c88dff1e1b987b5f7ab23a5b1a +size 5290 diff --git a/python-pyRFC3339.changes b/python-pyRFC3339.changes index 11141e1..cf4fd6c 100644 --- a/python-pyRFC3339.changes +++ b/python-pyRFC3339.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 28 12:15:23 UTC 2018 - tchvatal@suse.com + +- Version update to 1.1: + * packaging cleanup mostly + * Add :meth:`.utils.FixedOffset.__deepcopy__()` method, to prevent crash on deepcopy (:issue:`8`) + ------------------------------------------------------------------- Wed Sep 20 09:39:52 UTC 2017 - ecsos@opensuse.org diff --git a/python-pyRFC3339.spec b/python-pyRFC3339.spec index e6b49e6..127a17e 100644 --- a/python-pyRFC3339.spec +++ b/python-pyRFC3339.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyRFC3339 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,25 +17,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} - Name: python-pyRFC3339 -Version: 1.0 +Version: 1.1 Release: 0 Summary: Generate and parse RFC 3339 timestamps License: MIT Group: Development/Languages/Python -Url: https://github.com/kurtraschke/pyRFC3339 -Source: https://pypi.python.org/packages/source/p/pyRFC3339/pyRFC3339-%{version}.tar.gz -BuildRequires: %{python_module devel} +URL: https://github.com/kurtraschke/pyRFC3339 +Source: https://files.pythonhosted.org/packages/source/p/pyRFC3339/pyRFC3339-%{version}.tar.gz BuildRequires: %{python_module nose} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -55,8 +51,8 @@ pyRFC3339 parses and generates :RFC:`3339`-compliant timestamps using Python `da %python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst LICENSE.txt +%license LICENSE.txt +%doc README.rst %{python_sitelib}/* %changelog