From f45b93025eb43dd2cbddcf0b9c8bd3280cdbfa642559d96e5f8ab9cdb29fbfb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 20 Feb 2018 13:41:43 +0000 Subject: [PATCH] Accepting request 578349 from home:alois:branches:devel:languages:python - Update to verion 1.8 (no changelog supplied) - Converted to single spec - update to 1.5 "The Hunting Party": * bugfix release that contains corrections and improvements to the current feature set based on bug reports - update to 1.4 - initial package (1.0) OBS-URL: https://build.opensuse.org/request/show/578349 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mygpoclient?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++ .gitignore | 1 + mygpoclient-1.8.tar.gz | 3 ++ python-mygpoclient.changes | 23 +++++++++++++++ python-mygpoclient.spec | 59 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 109 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 mygpoclient-1.8.tar.gz create mode 100644 python-mygpoclient.changes create mode 100644 python-mygpoclient.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/mygpoclient-1.8.tar.gz b/mygpoclient-1.8.tar.gz new file mode 100644 index 0000000..7eb7a56 --- /dev/null +++ b/mygpoclient-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0027746e6fbe7db646673c7e231bfa70b3f5cb0440b1e7704f9d91aa6e925ba +size 37766 diff --git a/python-mygpoclient.changes b/python-mygpoclient.changes new file mode 100644 index 0000000..a370992 --- /dev/null +++ b/python-mygpoclient.changes @@ -0,0 +1,23 @@ +------------------------------------------------------------------- +Tue Feb 20 13:12:03 UTC 2018 - aloisio@gmx.com + +- Update to verion 1.8 (no changelog supplied) + +- Converted to single spec + +------------------------------------------------------------------- +Mon Dec 20 06:27:56 UTC 2010 - pascal.bleser@opensuse.org + +- update to 1.5 "The Hunting Party": + * bugfix release that contains corrections and improvements to the current feature set based on bug reports + +------------------------------------------------------------------- +Fri Jun 4 06:35:54 UTC 2010 - pascal@links2linux.de + +- update to 1.4 + +------------------------------------------------------------------- +Mon Feb 8 06:36:47 UTC 2010 - pascal@links2linux.de + +- initial package (1.0) + diff --git a/python-mygpoclient.spec b/python-mygpoclient.spec new file mode 100644 index 0000000..9d4e524 --- /dev/null +++ b/python-mygpoclient.spec @@ -0,0 +1,59 @@ +# +# spec file for package python-mygpoclient +# +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2010 Pascal Bleser +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-mygpoclient +Version: 1.8 +Release: 0 +Summary: Python gpodder.net API Client Library +License: GPL-3.0+ +Group: Development/Libraries/Python +URL: http://gpodder.org/mygpoclient +Source: https://files.pythonhosted.org/packages/source/m/mygpoclient/mygpoclient-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-simplejson +BuildArch: noarch +%python_subpackages + +%description +The mygpoclient library allows developers to utilize a Pythonic interface to +the my.gpodder.org web services. + +%prep +%setup -q -n "mygpoclient-%{version}" + +%build +%python_build + +%install +%python_install +%python_expand %fdupes -s %{buildroot}%{$python_sitelib} + +%files %{python_files} +%doc AUTHORS +%license COPYING +%python3_only %{_bindir}/mygpo-bpsync +%python3_only %{_bindir}/mygpo-list-devices +%python3_only %{_bindir}/mygpo-simple-client +%python3_only %{_mandir}/man1/mygpo-bpsync.1%{ext_man} +%{python_sitelib}/* + +%changelog