forked from pool/python-convertdate
- Enable tests
- Format with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
e219b61391
commit
0181f4f0fe
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3ca5ba66b31e29d2732bdb361422ed804d3b22c115659d05a43d1fc527b9773
|
||||
size 28903
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 12:20:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Enable tests
|
||||
- Format with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 02:20:14 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -20,11 +20,11 @@
|
||||
Name: python-convertdate
|
||||
Version: 2.1.3
|
||||
Release: 0
|
||||
Summary: Converts between Gregorian dates and other calendar systems.Calendars included: Baha'i, French Republican, Hebrew, Indian Civil, Islamic, ISO, Julian, Mayan and Persian
|
||||
Summary: Converts between Gregorian dates and other calendar systems
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/fitnr/convertdate
|
||||
Source: https://files.pythonhosted.org/packages/source/c/convertdate/convertdate-%{version}.tar.gz
|
||||
Source: https://github.com/fitnr/convertdate/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -44,12 +44,17 @@ Converts between Gregorian dates and other calendar systems.Calendars included:
|
||||
%setup -q -n convertdate-%{version}
|
||||
|
||||
%build
|
||||
export LANG="en_US.UTF8"
|
||||
%python_build
|
||||
|
||||
%install
|
||||
export LANG="en_US.UTF8"
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
|
3
v2.1.3.tar.gz
Normal file
3
v2.1.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d91f66fe0587a4a96d7815090f742d6775a768b3196ad4a278e76c846ae912c2
|
||||
size 35722
|
Reference in New Issue
Block a user