Accepting request 704752 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/704752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdcal?expand=0&rev=6
This commit is contained in:
commit
b34c1543f9
BIN
jdcal-1.4.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
jdcal-1.4.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea0a5067c5f0f50ad4c7bdc80abad3d976604f6fb026b0b3a17a9d84bb9046c9
|
|
||||||
size 7545
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 22 12:52:40 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 1.4.1
|
||||||
|
* Remove testing for Python 2.6 and 3.3.
|
||||||
|
* Added testing for Python 3.7.
|
||||||
|
* Removed unused function `fpart`.
|
||||||
|
- use pytest macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:49:26 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:49:26 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jdcal
|
# spec file for package python-jdcal
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-jdcal
|
Name: python-jdcal
|
||||||
Version: 1.4
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Julian dates from proleptic Gregorian and Julian calendars
|
Summary: Julian dates from proleptic Gregorian and Julian calendars
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -55,7 +55,7 @@ defined.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec test_jdcal.py
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user