[med-svn] [Git][med-team/python-fitbit][master] 9 commits: d/control: remove dependency to nose, since tests are not run.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Dec 4 16:40:53 GMT 2022
Étienne Mollier pushed to branch master at Debian Med / python-fitbit
Commits:
5a7ccc55 by Étienne Mollier at 2022-12-04T17:35:40+01:00
d/control: remove dependency to nose, since tests are not run.
Closes: #1018492
- - - - -
c282360a by Étienne Mollier at 2022-12-04T17:36:55+01:00
initialize changelog.
- - - - -
2a82ed95 by Étienne Mollier at 2022-12-04T17:37:18+01:00
routine-update: Standards-Version: 4.6.1
- - - - -
b90d6310 by Étienne Mollier at 2022-12-04T17:37:18+01:00
routine-update: debhelper-compat 13
- - - - -
99b9e92b by Étienne Mollier at 2022-12-04T17:37:22+01:00
routine-update: Add salsa-ci file
- - - - -
61f0a6dd by Étienne Mollier at 2022-12-04T17:37:22+01:00
routine-update: Rules-Requires-Root: no
- - - - -
6f6ab9dc by Étienne Mollier at 2022-12-04T17:37:27+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse..
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
- - - - -
2625122d by Étienne Mollier at 2022-12-04T17:39:54+01:00
d/copyright: bump year for debian/*.
- - - - -
daa1f05d by Étienne Mollier at 2022-12-04T17:40:31+01:00
ready to upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- + debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+python-fitbit (0.3.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * d/control: remove dependency to nose, since tests are not run.
+ (Closes: #1018492)
+ * Standards-Version: 4.6.1 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * 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
+
python-fitbit (0.3.1-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -4,24 +4,24 @@ Uploaders: Dylan Aïssi <daissi at debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools,
- python3-requests-oauthlib (>= 0.7),
+ python3-requests-oauthlib,
python3-dateutil,
python3-sphinx,
- python3-docutils,
- python3-nose
+ python3-docutils
# Tests are disabled
# python3-mock,
# python3-coverage,
# python3-freezegun (>= 0.3.8),
# python3-requests-mock (>= 1.2.0)
-Standards-Version: 4.4.0
+Standards-Version: 4.6.1
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/
+Rules-Requires-Root: no
Package: python3-fitbit
Architecture: all
@@ -42,8 +42,6 @@ Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends}
-Breaks: python-fitbit (<< 0.3.0-2)
-Replaces: python-fitbit (<< 0.3.0-2)
Description: FitBit REST API Client Implementation - Documentation
A Python module containing an implementation of a client for the FitBit
REST API. It uses OAuth for authentication, it supports both US and SI
=====================================
debian/copyright
=====================================
@@ -9,6 +9,8 @@ License: Apache-2.0
Files: debian/*
Copyright: (C) 2014 Iain R. Learmonth
2016-2019 Dylan Aïssi
+ 2019 Andreas Tille
+ 2022 Étienne Mollier
License: Apache-2.0
Files: fitbit/__init__.py
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/orcasgit/python-fitbit/issues
+Bug-Submit: https://github.com/orcasgit/python-fitbit/issues/new
+Repository-Browse: https://github.com/orcasgit/python-fitbit
View it on GitLab: https://salsa.debian.org/med-team/python-fitbit/-/compare/183d81058f73b31604a5a0e0d4f701a46f93df51...daa1f05d840edf7969881fec041feaaa17881a1f
--
View it on GitLab: https://salsa.debian.org/med-team/python-fitbit/-/compare/183d81058f73b31604a5a0e0d4f701a46f93df51...daa1f05d840edf7969881fec041feaaa17881a1f
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/20221204/fe25fcfc/attachment-0001.htm>
More information about the debian-med-commit
mailing list