diff --git a/osc-tiny-0.1.10.tar.gz b/osc-tiny-0.1.10.tar.gz deleted file mode 100644 index 0880b2b..0000000 --- a/osc-tiny-0.1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8fcc1701eb4bbe2f5ab9c1b3f874f95e90e62d07d15da98ddf45ce1a2513c29 -size 27714 diff --git a/osc-tiny-0.1.11.tar.gz b/osc-tiny-0.1.11.tar.gz new file mode 100644 index 0000000..71765ce --- /dev/null +++ b/osc-tiny-0.1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df35d40e99dd4eb1e4729932498241de838fdc409309221ca39e8c079ddc5427 +size 32285 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 67fbfe9..bf2a60f 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 30 15:53:34 UTC 2019 - Andreas Hasenkopf + +- 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 diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index cfdaeb4..03b34a0 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -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