14
0

- Version update to 1.1:

* packaging cleanup mostly
  * Add :meth:`.utils.FixedOffset.__deepcopy__()` method, to prevent crash on deepcopy (:issue:`8`)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyRFC3339?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2018-08-28 12:19:48 +00:00
committed by Git OBS Bridge
parent ab71adbf43
commit 6e0563247e
4 changed files with 16 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dfbc6c458b8daba1c0f3620a8c78008b323a268b27b7359e92a4ae41325f535
size 9325

3
pyRFC3339-1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81b8cbe1519cdb79bed04910dd6fa4e181faf8c88dff1e1b987b5f7ab23a5b1a
size 5290

View File

@@ -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

View File

@@ -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