14
0

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:
Tomáš Chvátal
2020-01-02 08:56:37 +00:00
committed by Git OBS Bridge
parent 75bc5c8399
commit bb8edd1416
4 changed files with 17 additions and 5 deletions

View File

@@ -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
View File

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

View File

@@ -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> Tue Dec 3 11:36:51 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-osc-tiny # 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 # 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
@@ -19,21 +19,25 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-osc-tiny Name: python-osc-tiny
Version: 0.1.10 Version: 0.1.11
Release: 0 Release: 0
Summary: Client API for openSUSE BuildService Summary: Client API for openSUSE BuildService
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/crazyscientist/osc-tiny URL: https://github.com/crazyscientist/osc-tiny
Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz 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 devel}
BuildRequires: %{python_module lxml} BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module requests} BuildRequires: %{python_module requests}
BuildRequires: %{python_module responses} BuildRequires: %{python_module responses}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-dateutil
Requires: python-lxml Requires: python-lxml
Requires: python-pytz
Requires: python-requests Requires: python-requests
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages