[med-svn] [Git][med-team/python-fitbit][master] 3 commits: Bump standards version to 4.7.0 (no changes needed)
Ananthu C V (@weepingclown)
gitlab at salsa.debian.org
Wed Dec 4 17:17:10 GMT 2024
Ananthu C V pushed to branch master at Debian Med / python-fitbit
Commits:
5dd1fb90 by Ananthu C V at 2024-12-03T22:57:13+05:30
Bump standards version to 4.7.0 (no changes needed)
- - - - -
d91f6b1e by Ananthu C V at 2024-12-03T23:14:07+05:30
Remove unnecessary setuptools runtime dependency (Closes: #1083637)
- - - - -
77e242c7 by Ananthu C V at 2024-12-03T23:14:50+05:30
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/remove-pkg-resources-dependency.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,21 @@
+python-fitbit (0.3.1-5) unstable; urgency=medium
+
+ * Team upload.
+ * Bump standards version to 4.7.0 (no changes needed)
+ * Remove unnecessary setuptools runtime dependency (Closes: #1083637)
+
+ -- Ananthu C V <weepingclown at disroot.org> Tue, 03 Dec 2024 23:06:12 +0530
+
+python-fitbit (0.3.1-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * UNRELEASED
+
+ -- Ananthu C V <weepingclown at disroot.org> Tue, 03 Dec 2024 22:57:08 +0530
+
python-fitbit (0.3.1-3) unstable; urgency=medium
+ [ Étienne Mollier ]
* Team upload.
* d/control: remove dependency to nose, since tests are not run.
(Closes: #1018492)
@@ -10,7 +26,7 @@ python-fitbit (0.3.1-3) unstable; urgency=medium
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* d/copyright: bump year for debian/*.
- -- Étienne Mollier <emollier at debian.org> Sun, 04 Dec 2022 17:40:11 +0100
+ -- Ananthu C V <weepingclown at disroot.org> Tue, 03 Dec 2024 22:56:56 +0530
python-fitbit (0.3.1-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13),
# python3-coverage,
# python3-freezegun (>= 0.3.8),
# python3-requests-mock (>= 1.2.0)
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/python-fitbit
Vcs-Git: https://salsa.debian.org/med-team/python-fitbit.git
Homepage: https://github.com/orcasgit/python-fitbit/
=====================================
debian/patches/remove-pkg-resources-dependency.patch
=====================================
@@ -0,0 +1,10 @@
+Description: remove dependency on deprecated pkg_resources
+Author: Ananthu C V <weepingclown at disroot.org>
+Last-Update: 2024-12-03
+--- a/setup.py
++++ b/setup.py
+@@ -26,3 +26,3 @@
+ include_package_data=True,
+- install_requires=["setuptools"] + required,
++ install_requires=required,
+ license='Apache 2.0',
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+remove-pkg-resources-dependency.patch
View it on GitLab: https://salsa.debian.org/med-team/python-fitbit/-/compare/daa1f05d840edf7969881fec041feaaa17881a1f...77e242c7d4354d363e984b455a2ad9fc635e6455
--
View it on GitLab: https://salsa.debian.org/med-team/python-fitbit/-/compare/daa1f05d840edf7969881fec041feaaa17881a1f...77e242c7d4354d363e984b455a2ad9fc635e6455
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241204/7fca20da/attachment-0001.htm>
More information about the debian-med-commit
mailing list