From ba88425f5d23e747eb2625afc93abe0a7e401ae31764c13c50b4e58766ef09a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 28 Feb 2019 15:22:39 +0000 Subject: [PATCH 1/2] - update to 0.12.16 * DeprecationWarning: Flags not at the start of the expression * Some modules set __file__ as None * gevent-1.3.0 removes 'fast' wsgi implementation. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=22 --- bottle-0.12.13.tar.gz | 3 --- bottle-0.12.16.tar.gz | 3 +++ bottle-docs.pdf | 4 ++-- python-bottle.changes | 8 ++++++++ python-bottle.spec | 15 ++++++--------- 5 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 bottle-0.12.13.tar.gz create mode 100644 bottle-0.12.16.tar.gz diff --git a/bottle-0.12.13.tar.gz b/bottle-0.12.13.tar.gz deleted file mode 100644 index 29b7a9c..0000000 --- a/bottle-0.12.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355 -size 70870 diff --git a/bottle-0.12.16.tar.gz b/bottle-0.12.16.tar.gz new file mode 100644 index 0000000..1d13b78 --- /dev/null +++ b/bottle-0.12.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c310da61e7df2b6ac257d8a90811899ccb3a9743e77e947101072a2e3186726 +size 72248 diff --git a/bottle-docs.pdf b/bottle-docs.pdf index fd75c5a..39fe0f4 100644 --- a/bottle-docs.pdf +++ b/bottle-docs.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d6780ede6a151443b4c25a20fe601c26b7dc8aff2ec65c13ce929647b6e5260 -size 437934 +oid sha256:ef9624c59e2d48b731819d08cf98e1f2eee5ae3d4e6ecf31911fa29a2f52cea2 +size 464433 diff --git a/python-bottle.changes b/python-bottle.changes index e701003..1b85259 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 28 15:20:17 UTC 2019 - Ondřej Súkup + +- update to 0.12.16 + * DeprecationWarning: Flags not at the start of the expression + * Some modules set __file__ as None + * gevent-1.3.0 removes 'fast' wsgi implementation. + ------------------------------------------------------------------- Wed Mar 29 15:24:50 UTC 2017 - toddrme2178@gmail.com diff --git a/python-bottle.spec b/python-bottle.spec index a9fa378..e8608fe 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -1,7 +1,7 @@ # # spec file for package python-bottle # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,29 +12,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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-bottle -Version: 0.12.13 +Version: 0.12.16 Release: 0 -Url: http://bottlepy.org/ Summary: Fast and simple WSGI-framework for small web-applications License: MIT Group: Development/Languages/Python +URL: http://bottlepy.org/ Source: https://files.pythonhosted.org/packages/source/b/bottle/bottle-%{version}.tar.gz Source1: http://bottlepy.org/docs/0.12/bottle-docs.pdf BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description -Bottle is a fast and simple micro-framework for small web-applications. It +Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with url parameter support, Templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the @@ -67,7 +65,7 @@ cp %{SOURCE1} . %python_clone %{buildroot}%{_bindir}/bottle.py %files %{python_files} -%defattr(-,root,root,-) +%license %doc README.rst %{_bindir}/bottle.py-%{python_bin_suffix} %python3_only %{_bindir}/bottle.py @@ -76,7 +74,6 @@ cp %{SOURCE1} . %{python_sitelib}/bottle-%{version}-py%{python_version}.egg-info %files -n %{name}-doc -%defattr(-,root,root,-) %doc bottle-docs.pdf %changelog From 662b1d8ba321760e7c90bbad005b614d07f621cfb62670a9c5dd2f7f3f89c4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 28 Feb 2019 15:23:25 +0000 Subject: [PATCH 2/2] ok OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=23 --- python-bottle.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-bottle.spec b/python-bottle.spec index e8608fe..52ca92b 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -65,7 +65,7 @@ cp %{SOURCE1} . %python_clone %{buildroot}%{_bindir}/bottle.py %files %{python_files} -%license +%license LICENSE %doc README.rst %{_bindir}/bottle.py-%{python_bin_suffix} %python3_only %{_bindir}/bottle.py