14
0

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
This commit is contained in:
Tomáš Chvátal
2018-02-20 13:41:43 +00:00
committed by Git OBS Bridge
commit f45b93025e
5 changed files with 109 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

3
mygpoclient-1.8.tar.gz Normal file
View File

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

View File

@@ -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)

59
python-mygpoclient.spec Normal file
View File

@@ -0,0 +1,59 @@
#
# spec file for package python-mygpoclient
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Pascal Bleser <pascal.bleser@opensuse.org>
#
# 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