Compare commits

...

10 Commits

Author SHA1 Message Date
Mohan Boddu b3cb7629f3 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags 2023-05-18 19:08:45 +00:00
Yuxin Sun 0adbccf5c2 Add 3rd-azure-ci.brew-build.tier1.functional as gating test
Signed-off-by: Yuxin Sun <yuxisun@redhat.com>
2021-04-28 14:19:06 +08:00
Mohan Boddu 4d292bd378 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 04:24:56 +00:00
Miroslav Rezanina 929288c5eb * Mon Apr 12 2021 Miroslav Rezanina <mrezanin@redhat.com> 1.0.5-3
- Removing tests
- Resolves: rhbz#1918839
- Resolves: rhbz#1945223
- Resolves: rhbz#1922337
2021-04-12 08:27:12 +02:00
Eduardo Otubo b16502bfd4 Removing unwanted packages for RHEL-9
All packages under test section can be dropped.

x-downstream-only: yes
resolves: rhbz#1918839
resolves: rhbz#1945223
resolves: rhbz#1922337

Signed-off-by: Eduardo Otubo <otubo@redhat.com>
2021-04-08 14:52:43 +02:00
DistroBaker 12187e373f Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-httpretty.git#2dd76e6404389272ea689ee17145df616ed3ea76
2021-02-18 17:57:59 +00:00
Troy Dawson 47c40392a3 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/python-httpretty#2dd76e6404389272ea689ee17145df616ed3ea76
2021-02-10 11:16:33 -08:00
DistroBaker 9bf99b0398 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-httpretty.git#2dd76e6404389272ea689ee17145df616ed3ea76
2021-02-09 20:04:22 +01:00
DistroBaker d686d81ad0 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-httpretty.git#2dd76e6404389272ea689ee17145df616ed3ea76
2021-02-09 17:00:20 +01:00
DistroBaker 26dd912574 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-httpretty.git#2dd76e6404389272ea689ee17145df616ed3ea76
2021-02-05 00:27:53 +01:00
3 changed files with 24 additions and 36 deletions

View File

@ -0,0 +1 @@
7fbb6dd44b64de5bb97cad6c54916e1b604ce7c3 httpretty-1.0.5.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: 3rd-azure-ci.brew-build.tier1.functional}

View File

@ -11,12 +11,11 @@
#global shortcommit %%(c=%%{github_commit}; echo ${c:0:7})
#global github_date 20161011
%global run_tests 1
Name: python-httpretty
Version: 1.0.5
# If github_date is defined, assume a post-release snapshot
Release: 1%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
Release: 5%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
Summary: HTTP request mock tool for Python
License: MIT
@ -50,17 +49,6 @@ Requires: python%{?fedora:2}-six
BuildRequires: python2-devel
BuildRequires: python2-setuptools
# For tests
BuildRequires: python%{?fedora:2}-httplib2
BuildRequires: python%{?fedora:2}-mock
BuildRequires: python%{?fedora:2}-nose
BuildRequires: python%{?fedora:2}-requests
BuildRequires: python%{?fedora:2}-sure
BuildRequires: python%{?fedora:2}-urllib3
BuildRequires: python%{?fedora:2}-tornado
BuildRequires: python%{?fedora:2}-eventlet
BuildRequires: python%{?fedora:2}-freezegun
BuildRequires: python%{?fedora:2}-redis
%if 0%{?epel} == 6
# Need unittest2 to get the 'skip' decorator
BuildRequires: python-unittest2
@ -77,17 +65,6 @@ Requires: python%{python3_pkgversion}-six
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
# For tests
BuildRequires: python%{python3_pkgversion}-httplib2
BuildRequires: python%{python3_pkgversion}-mock
BuildRequires: python%{python3_pkgversion}-nose
BuildRequires: python%{python3_pkgversion}-requests
BuildRequires: python%{python3_pkgversion}-sure
BuildRequires: python%{python3_pkgversion}-urllib3
BuildRequires: python%{python3_pkgversion}-tornado
BuildRequires: python%{python3_pkgversion}-eventlet
BuildRequires: python%{python3_pkgversion}-freezegun
BuildRequires: python%{python3_pkgversion}-redis
%description -n python3-httpretty
Once upon a time a python developer wanted to use a RESTful API, everything was
@ -128,18 +105,6 @@ LANG=C.UTF-8 %py2_install
%endif
%check
%if %{run_tests}
%if %{with python2}
LANG=C.UTF-8 %{__python2} -m nose -v
%endif
%if %{with_python3}
%{__python3} -m nose -v
%endif
%endif
%if %{with python2}
@ -160,6 +125,22 @@ LANG=C.UTF-8 %{__python2} -m nose -v
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.5-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.5-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Apr 12 2021 Miroslav Rezanina <mrezanin@redhat.com> 1.0.5-3
- Removing tests
- Resolves: rhbz#1918839
- Resolves: rhbz#1945223
- Resolves: rhbz#1922337
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jan 6 2021 Jiri Popelka <jpopelka@redhat.com> - 1.0.5-1
- 1.0.5
- Enable tests for F34 (#1896191 has been resolved)