diff --git a/jdcal-1.4.1.tar.gz b/jdcal-1.4.1.tar.gz new file mode 100644 index 0000000..f6ac22a --- /dev/null +++ b/jdcal-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8 +size 7479 diff --git a/jdcal-1.4.tar.gz b/jdcal-1.4.tar.gz deleted file mode 100644 index dabfd02..0000000 --- a/jdcal-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea0a5067c5f0f50ad4c7bdc80abad3d976604f6fb026b0b3a17a9d84bb9046c9 -size 7545 diff --git a/python-jdcal.changes b/python-jdcal.changes index 0930c2b..f21061a 100644 --- a/python-jdcal.changes +++ b/python-jdcal.changes @@ -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 diff --git a/python-jdcal.spec b/python-jdcal.spec index 3a5bc4a..e49063e 100644 --- a/python-jdcal.spec +++ b/python-jdcal.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jdcal -Version: 1.4 +Version: 1.4.1 Release: 0 Summary: Julian dates from proleptic Gregorian and Julian calendars License: BSD-2-Clause @@ -55,7 +55,7 @@ defined. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec test_jdcal.py +%pytest %files %{python_files} %doc README.rst