From fd29e7d1a84ab98d14aceb4f211fb91ceed38d38 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: May 26 2016 19:11:40 +0000 Subject: Initial import (#1336833). --- diff --git a/.gitignore b/.gitignore index e69de29..9d2c7fc 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/resultsdb_api-1.2.2.tar.gz diff --git a/python-resultsdb_api.spec b/python-resultsdb_api.spec new file mode 100644 index 0000000..fd52229 --- /dev/null +++ b/python-resultsdb_api.spec @@ -0,0 +1,75 @@ +Name: python-resultsdb_api +Version: 1.2.2 +Release: 3%{?dist} +Summary: Interface api to ResultsDB + +License: GPLv2+ +URL: https://bitbucket.org/fedoraqa/resultsdb_api +Source0: https://qadevel.cloud.fedoraproject.org/releases/resultsdb_api/resultsdb_api-%{version}.tar.gz + +BuildArch: noarch + +Requires: python-requests +Requires: python-simplejson +BuildRequires: git +BuildRequires: pytest +BuildRequires: python2-devel +BuildRequires: python-dingus +BuildRequires: python-pytest-cov +BuildRequires: python-requests +BuildRequires: python-setuptools +BuildRequires: python-simplejson +BuildRequires: python-virtualenv + +%{?python_provide:%python_provide python-resultsdb_api} + +%description +Interface api to ResultsDB + +%prep +%setup -q -n resultsdb_api-%{version} + +%check +make test + +%build +%{__python2} setup.py build + +%install +%{__python2} setup.py install --skip-build --root %{buildroot} + +%files +%doc README.md +%license LICENSE +%{python2_sitelib}/resultsdb_api.* +%{python2_sitelib}/*.egg-info + +%changelog +* Wed May 25 2016 Martin Krizek - 1.2.2-3 +- remove not needed custom python_sitelib macro + +* Tue May 24 2016 Martin Krizek - 1.2.2-2 +- rename to python-resultsdb_api (obsolete resultsdb_api) +- add python_provide +- add LICENSE file +- add check + +* Wed Jul 8 2015 Martin Krizek - 1.2.2-1 +- Remove trailing slashes from url before it's used +- Add missing python-simplejson dependency + +* Thu Apr 9 2015 Tim Flink - 1.2.1-1 +- added option for retrieving job data after update_job (T456) + +* Wed Apr 1 2015 Tim Flink - 1.2.0-1 +- added logging capability, logging response errors +- added UUID support for execdb integration + +* Fri May 16 2014 Tim Flink - 1.1.0-1 +- Releasing resultsdb_api 1.1.0 + +* Fri Apr 25 2014 Tim Flink - 1.0.2-1 +- bugfixes from upstream + +* Fri Apr 11 2014 Tim Flink - 1.0.1-1 +- initial packaging diff --git a/sources b/sources index e69de29..ca3e5d1 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +237dca271d36b084c42c186ee47a03b7 resultsdb_api-1.2.2.tar.gz