Compare commits
No commits in common. "c8s" and "a8" have entirely different histories.
@ -1 +0,0 @@
|
||||
1
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1 @@
|
||||
iso8601-0.1.4.tar.gz
|
||||
/iso8601-0.1.8.tar.gz
|
||||
/iso8601-0.1.10.tar.gz
|
||||
/iso8601-0.1.11.tar.gz
|
||||
SOURCES/iso8601-0.1.11.tar.gz
|
||||
|
||||
1
.python-iso8601.metadata
Normal file
1
.python-iso8601.metadata
Normal file
@ -0,0 +1 @@
|
||||
d7af90c7f01c8b62a9d8c0bf26badf2a903ccf70 SOURCES/iso8601-0.1.11.tar.gz
|
||||
@ -6,11 +6,9 @@
|
||||
This module parses the most common forms of ISO 8601 date strings \
|
||||
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.1.11
|
||||
Release: 12%{?dist}
|
||||
Release: 9%{?dist}.alma
|
||||
Summary: %{sum}
|
||||
|
||||
License: MIT
|
||||
@ -19,7 +17,6 @@ Source0: http://pypi.python.org/packages/source/i/%{srcname}/%{srcname}-%
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-srpm-macros
|
||||
BuildRequires: python3-pytest
|
||||
|
||||
%description %{pkgdesc}
|
||||
|
||||
@ -72,11 +69,6 @@ export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
|
||||
%py3_other_install
|
||||
%endif
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
%pytest
|
||||
%endif
|
||||
|
||||
%files -n python2-%{srcname}
|
||||
%doc LICENSE README.rst
|
||||
%{python2_sitelib}/*
|
||||
@ -92,17 +84,8 @@ export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 19 2022 Tomas Orsava <torsava@redhat.com> - 0.1.11-12
|
||||
- Modify test for RHEL 8
|
||||
- Related: rhbz#2108089
|
||||
|
||||
* Thu Aug 18 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.1.11-11
|
||||
- Enable tests
|
||||
- Related: rhbz#2108089
|
||||
|
||||
* Wed Aug 10 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.1.11-10
|
||||
- Fix BuildRequire in spec file
|
||||
- Resolves: rhbz#2108089
|
||||
* Tue Dec 07 2021 Eduard Abdullin <eabdullin@almalinux.org> - 0.1.11-9.alma
|
||||
- Fix BuildRequires
|
||||
|
||||
* Mon Jun 25 2018 Petr Viktorin <pviktori@redhat.com> - 0.1.11-9
|
||||
- Allow Python 2 for build
|
||||
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (iso8601-0.1.11.tar.gz) = 19f5443aae4e3f93b0521a7215318c2833bcca5740ea05f9a6d5771bff2aaeb5626ba26e5ba64efae135bf9420a1810854969dad845aaf67089d5e6898a254a0
|
||||
@ -1,6 +0,0 @@
|
||||
framework: shell
|
||||
require:
|
||||
- python3
|
||||
- python3-pytest
|
||||
- python3-iso8601
|
||||
test: pytest-3 --pyargs iso8601.test_iso8601
|
||||
Loading…
Reference in New Issue
Block a user