Andreas Tille pushed to branch master at Debian Med / python3-apiclient
Commits: 4fe4d812 by Andreas Tille at 2020-04-16T12:42:31+02:00 Source package name should not encode Python version - - - - - 83cf413d by Andreas Tille at 2020-04-16T12:43:43+02:00 New upstream version 1.0.4 - - - - - 1d21a991 by Andreas Tille at 2020-04-16T12:43:43+02:00 Update upstream source from tag 'upstream/1.0.4' Update to upstream version '1.0.4' with Debian dir f793cc25c7af34a12c4f9a4d97cd6a91893fe7cc - - - - - 844929e1 by Andreas Tille at 2020-04-16T12:44:15+02:00 Do not repeat synopsis in long description - - - - - 3342e54f by Andreas Tille at 2020-04-16T12:45:08+02:00 cme fix dpkg-control - - - - - cf1f9a13 by Andreas Tille at 2020-04-16T12:58:46+02:00 Fix section name - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -python3-apiclient (1.0.4-1) UNRELEASED; urgency=medium +python-apiclient (1.0.4-1) UNRELEASED; urgency=medium * Initial release (Closes: #956853, #956852) ===================================== debian/control ===================================== @@ -1,26 +1,28 @@ -Source: python3-apiclient -Section: science -Priority: optional +Source: python-apiclient Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Malihe Asemani <[email protected]> +Section: python +Priority: optional Build-Depends: debhelper-compat (= 12), - python3-all, - python3-setuptools, - dh-python, - python3-urllib3, - python3-certifi -Standards-Version: 4.3.0 -Vcs-Browser: https://salsa.debian.org/med-team/python3-apiclient -Vcs-Git: https://salsa.debian.org/med-team/python3-apiclient.git + python3-all, + python3-setuptools, + dh-python, + python3-urllib3, + python3-certifi +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/med-team/python-apiclient +Vcs-Git: https://salsa.debian.org/med-team/python-apiclient.git Homepage: https://github.com/shazow/apiclient Rules-Requires-Root: no Package: python3-apiclient Architecture: all -Depends: ${misc:Depends},${python3:Depends} +Depends: ${misc:Depends}, + ${python3:Depends} Description: tiny framework for building good API client libraries thanks to urllib3 - Tiny framework for building good API client libraries thanks to urllib3 - Threadsafely reuses connections with Keep-Alive (via urllib3). - Small and easy to understand codebase perfect for extending and building upon. - Built-in support for rate limiting and request throttling. - Functional examples for the Klout API and the Facebook OpenGraph API. + This Python3 package provided a tiny framework for building good API + client libraries thanks to urllib3 Threadsafely reuses connections with + Keep-Alive (via urllib3). Small and easy to understand codebase perfect + for extending and building upon. Built-in support for rate limiting and + request throttling. Functional examples for the Klout API and the + Facebook OpenGraph API. View it on GitLab: https://salsa.debian.org/med-team/python-apiclient/-/compare/8e2c8265c6d1eb61e45186465a3bb7ddf485ede8...cf1f9a13a55f3b411b8583d8991d566e40a30069 -- View it on GitLab: https://salsa.debian.org/med-team/python-apiclient/-/compare/8e2c8265c6d1eb61e45186465a3bb7ddf485ede8...cf1f9a13a55f3b411b8583d8991d566e40a30069 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
