forked from pool/python-osc-tiny
Accepting request 760061 from home:apritschet
- Version 0.1.11 - Changed structure of sub-modules - Added `osctiny.utils.changelog` - Added parameter `expand` to `osctiny.extensions.packages.Package.get_file` OBS-URL: https://build.opensuse.org/request/show/760061 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
75bc5c8399
commit
bb8edd1416
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8fcc1701eb4bbe2f5ab9c1b3f874f95e90e62d07d15da98ddf45ce1a2513c29
|
||||
size 27714
|
3
osc-tiny-0.1.11.tar.gz
Normal file
3
osc-tiny-0.1.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df35d40e99dd4eb1e4729932498241de838fdc409309221ca39e8c079ddc5427
|
||||
size 32285
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 30 15:53:34 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
||||
|
||||
- Version 0.1.11
|
||||
- Changed structure of sub-modules
|
||||
- Added `osctiny.utils.changelog`
|
||||
- Added parameter `expand` to `osctiny.extensions.packages.Package.get_file`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 11:36:51 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-osc-tiny
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,21 +19,25 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-osc-tiny
|
||||
Version: 0.1.10
|
||||
Version: 0.1.11
|
||||
Release: 0
|
||||
Summary: Client API for openSUSE BuildService
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/crazyscientist/osc-tiny
|
||||
Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz
|
||||
BuildRequires: %{python_module dateutil}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module lxml}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module responses}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-dateutil
|
||||
Requires: python-lxml
|
||||
Requires: python-pytz
|
||||
Requires: python-requests
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user