Accepting request 642790 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/642790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=7
This commit is contained in:
commit
c5260aef31
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9db0f313db21e38c6861e88f3649cb828dfc0d450994fb1ed20c279727fc811b
|
||||
size 17362
|
3
croniter-0.3.20.tar.gz
Normal file
3
croniter-0.3.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:272c333ab0b354a82173e502d419299e2f3dfdd5dce771ecd8bdf03680495016
|
||||
size 18279
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 17 18:29:01 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Avoid name repetition in summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 17 13:29:54 UTC 2018 - sjamgade@suse.com
|
||||
|
||||
- update to 0.3.20
|
||||
- (tag: 0.3.20) Preparing release 0.3.20
|
||||
- pep8
|
||||
- Fix sao paulo timezone test.
|
||||
- remove outdated comment
|
||||
- correctly handle DST changes
|
||||
- Merge pull request #89 from kiorky/master
|
||||
- Back to development: 0.3.20
|
||||
- (tag: 0.3.19) Preparing release 0.3.19
|
||||
- fix #87: backward dst changes
|
||||
- Merge pull request #88 from kiorky/master
|
||||
- Back to development: 0.3.19
|
||||
- (tag: 0.3.18) Preparing release 0.3.18
|
||||
- Merge pull request #18 from taichino/master
|
||||
- Merge pull request #86 from otherpirate/master
|
||||
- Adding is_valid class method to readme
|
||||
- Adding class method is_valid to validate cron syntax
|
||||
- Creating base croniter error
|
||||
- Merge pull request #85 from kiorky/master
|
||||
- Back to development: 0.3.18
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 07:05:44 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-croniter
|
||||
#
|
||||
# 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
|
||||
@ -12,26 +12,25 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-croniter
|
||||
Version: 0.3.17
|
||||
Version: 0.3.20
|
||||
Release: 0
|
||||
Summary: Croniter provides iteration for datetime object with cron like format
|
||||
Summary: Python iterators for datetime objects with cron-like format
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/kiorky/croniter
|
||||
Source: https://files.pythonhosted.org/packages/source/c/croniter/croniter-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
# Test requirements:
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module pytz}
|
||||
Requires: python-python-dateutil
|
||||
@ -40,7 +39,7 @@ BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
croniter provides iteration for datetime object with cron like format.
|
||||
croniter provides iterators for datetime object with cron-like format.
|
||||
|
||||
%prep
|
||||
%setup -q -n croniter-%{version}
|
||||
@ -53,7 +52,7 @@ croniter provides iteration for datetime object with cron like format.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec %{_bindir}/nosetests
|
||||
%python_exec %{_bindir}/py.test src
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
x
Reference in New Issue
Block a user