14
0

Accepting request 836419 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/836419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requestbuilder?expand=0&rev=3
This commit is contained in:
2020-09-24 14:14:52 +00:00
committed by Git OBS Bridge
parent b36ce67252
commit a92c9f6087
4 changed files with 31 additions and 24 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 16 21:23:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- modernize, switch to singlespec, update to 0.7.1
-------------------------------------------------------------------
Mon Oct 21 02:34:24 UTC 2013 - intijk@gmail.com Mon Oct 21 02:34:24 UTC 2013 - intijk@gmail.com
- Initial release - Initial release

View File

@@ -1,7 +1,7 @@
# #
# spec file for package # spec file for package python-requestbuilder
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requestbuilder Name: python-requestbuilder
Version: 0.1.0 Version: 0.7.1
Release: 0 Release: 0
License: ISC
Summary: Command line-driven HTTP request builder Summary: Command line-driven HTTP request builder
Url: https://github.com/boto/requestbuilder License: ISC
Group: Development/Languages/Python Group: Development/Languages/Python
Source: requestbuilder-%{version}.tar.gz URL: https://github.com/boto/requestbuilder
BuildRequires: python Source: https://files.pythonhosted.org/packages/source/r/requestbuilder/requestbuilder-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: %{python_module devel}
BuildRequires: python-distribute BuildRequires: %{python_module setuptools}
Requires: python BuildRequires: fdupes
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%python_subpackages
%description %description
Command line-driven HTTP request builder Command line-driven HTTP request builder
@@ -37,15 +40,13 @@ Command line-driven HTTP request builder
%setup -q -n requestbuilder-%{version} %setup -q -n requestbuilder-%{version}
%build %build
python setup.py build %python_build
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %files %{python_files}
%defattr(-,root,root)
%doc README COPYING
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1642541048c7287568ebe45076d1f48477e5c408e150f558d128cdbedd19cfe8
size 26385

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84ed99ab55e6a549686af32328b2b15a1f5416800ee23b65346edd7a84706089
size 33534