forked from pool/python-mygpoclient
Accepting request 1007053 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1007053 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mygpoclient?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0027746e6fbe7db646673c7e231bfa70b3f5cb0440b1e7704f9d91aa6e925ba
|
|
||||||
size 37766
|
|
||||||
3
mygpoclient-1.9.tar.gz
Normal file
3
mygpoclient-1.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5f9fbb66529bc05d4743c5f88f63d42101fa95da8c0fda9a1fbd47156931516
|
||||||
|
size 39198
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 17:03:16 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to Version 1.9
|
||||||
|
* Merge pull request #15 from maxolasersquad/master
|
||||||
|
* Merge pull request #16 from gpodder/ci-remove-travis
|
||||||
|
* replace travis-ci with github actions and appveyor
|
||||||
|
* Resolved PEP8 linting problems
|
||||||
|
* use == for comparison with literal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 25 06:50:57 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
Mon May 25 06:50:57 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mygpoclient
|
# spec file for package python-mygpoclient
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2010 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2010 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-mygpoclient
|
Name: python-mygpoclient
|
||||||
Version: 1.8
|
Version: 1.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python gpodder.net API Client Library
|
Summary: Python gpodder.net API Client Library
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@@ -30,7 +30,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-simplejson
|
Requires: python-simplejson
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user