1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
|
python-b2sdk (2.8.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Boyuan Yang <byang@debian.org> Thu, 30 Jan 2025 12:28:02 -0500
python-b2sdk (2.6.0-2) unstable; urgency=medium
* Team upload.
* debian/tests/control: Add missing test-dep, fix autopkgtest.
-- Boyuan Yang <byang@debian.org> Sat, 16 Nov 2024 22:23:27 -0500
python-b2sdk (2.6.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* debian/patches/: Dropped.
* debian/control: Add back build-test-dep python3-pytest-lazy-fixtures.
-- Boyuan Yang <byang@debian.org> Thu, 07 Nov 2024 12:32:41 -0500
python-b2sdk (2.5.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* debian/control: Use canonical team maintainer email and name.
-- Boyuan Yang <byang@debian.org> Fri, 11 Oct 2024 11:20:24 -0400
python-b2sdk (2.4.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* debian/control:
- Drop build-dependency on python3-pdm, not needed.
+ Add new build-dependency python3-annotated-types.
+ Add new build-test-dependency python3-pytest-timeout.
+ Mark build-test-dependency with <!nocheck>.
-- Boyuan Yang <byang@debian.org> Mon, 15 Jul 2024 20:58:20 -0400
python-b2sdk (2.3.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.7.0 (routine-update)
-- Alexandre Detiste <tchet@debian.org> Mon, 27 May 2024 22:59:00 +0200
python-b2sdk (2.1.0-1) unstable; urgency=medium
* Team Upload
* New upstream version 2.1.0
* update build dependencies:
- python3-setuptools
- python3-six
- python3-pytest-lazy-fixture
(it's broken, patch-it out)
+ dh-sequence-python3
+ pybuild-plugin-pyproject
+ python3-pdm
+ python3-pdm-backend
[ yedpodtrzitko ]
* Update debian/patches/0001-Don-t-use-setuptools-scm.patch and
debian/patches/0002-Hardcoded-b2sdk-version.patch.
* Remove and ignore .github directory in repository.
* Add locales-all as a build dependency.
* Remove python3-pyfakefs as a build/test dependency.
[ Jiri Suchan ]
* remove pyfakefs from dependencies
-- Alexandre Detiste <tchet@debian.org> Sun, 28 Apr 2024 15:13:54 +0200
python-b2sdk (1.17.3-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Repository.
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
-- Jelmer Vernooij <jelmer@debian.org> Mon, 17 Oct 2022 00:28:54 +0100
python-b2sdk (1.17.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Build depend on python3-pyfakefs and python3-pytest-lazy-fixture, now
required to run the tests.
* Update PYBUILD_TEST_ARGS to skip integration tests.
* Update autopkgtest to install -pyfakefs and -pytest-lazy-fixture and skip
integration tests.
* Update debian/patches/0001-Don-t-use-setuptools-scm.patch and
debian/patches/0002-Hardcoded-b2sdk-version.patch.
* Update Standards-Version, no changes needed.
-- Emanuele Rocca <ema@debian.org> Wed, 14 Sep 2022 21:43:39 +0200
python-b2sdk (1.3.0-4) unstable; urgency=medium
* debian/tests/control
- fix pytest -k syntax for pytest7 also for autopkgtests
-- Sandro Tosi <morph@debian.org> Sat, 09 Jul 2022 10:45:50 -0400
python-b2sdk (1.3.0-3) unstable; urgency=medium
* debian/rules
- fix pytest -k syntax for pytest7; Closes: #1013724
-- Sandro Tosi <morph@debian.org> Sun, 26 Jun 2022 13:09:52 -0400
python-b2sdk (1.3.0-2) unstable; urgency=medium
* Team upload.
* debian/control
- use proper team email address
-- Sandro Tosi <morph@debian.org> Wed, 25 Aug 2021 00:24:22 -0400
python-b2sdk (1.3.0-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Emmanuel Arias ]
* New upstream version 1.3.0 (Closes: #975721)
* d/rules: Skip test_raw_api test.
- This test use network access.
* d/control: Use python3-pytest and python3-pytest-mock (Closes: #981766).
- Remove python3-mock.
* d/tests/control: Use py3versions -s instead of py3versions -i.
* wrap-and-sort.
* d/salsa-ci.yml: enable salsa-ci.
* d/patch: Add patch to remove setuptools-scm dependency.
- Add patch to hardcoded version to 1.3.0.
-- Emmanuel Arias <eamanu@yaerobi.com> Wed, 10 Feb 2021 19:13:13 -0300
python-b2sdk (1.1.4-1) unstable; urgency=medium
* New upstream release.
-- Ondřej Kobližek <kobla@debian.org> Wed, 26 Aug 2020 10:18:22 +0200
python-b2sdk (1.0.2-3) unstable; urgency=medium
* d/control:
- Bump debhelper compat levet to 13
- Bump standards version to 4.5.0 (no changes)
- Update mailing-list address in Maintainer
- Remove upper version limit for python3-arrow as dependency
-- Ondřej Kobližek <kobla@debian.org> Mon, 25 May 2020 07:13:34 +0200
python-b2sdk (1.0.2-2) unstable; urgency=medium
* Add python3-arrow as dependency (Closes: #955565).
-- Ondřej Nový <onovy@debian.org> Fri, 22 May 2020 10:29:25 +0200
python-b2sdk (1.0.2-1) unstable; urgency=medium
* Change my email address.
* New upstream release.
* d/tests/control: Add dependency python3-arrow.
-- Ondřej Kobližek <kobla@debian.org> Wed, 23 Oct 2019 08:15:57 +0200
python-b2sdk (1.0.0-2) unstable; urgency=medium
* d/control: remove upper version constraint for python3-arrow (no needed
for Python version greater than 3.4)
https://github.com/Backblaze/b2-sdk-python/pull/64
-- Ondřej Kobližek <koblizeko@gmail.com> Fri, 11 Oct 2019 13:10:37 +0200
python-b2sdk (1.0.0-1) unstable; urgency=medium
* New upstream release
* d/control:
- Add Rules-Requires-Root
- Bump standards version to 4.4.1 (no changes)
-- Ondřej Kobližek <koblizeko@gmail.com> Fri, 04 Oct 2019 12:30:44 +0200
python-b2sdk (1.0.0~rc1-2) unstable; urgency=medium
* Rebuild for source upload
-- Ondřej Kobližek <koblizeko@gmail.com> Mon, 05 Aug 2019 06:45:31 +0200
python-b2sdk (1.0.0~rc1-1) unstable; urgency=medium
* Initial release (Closes: #931755)
-- Ondřej Kobližek <koblizeko@gmail.com> Fri, 19 Jul 2019 00:20:08 +0200
|