git-buildpackage (0.9.35)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/0.9.35 tag
- Git: https://salsa.debian.org/agx/git-buildpackage.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 364544
- Browser: https://salsa.debian.org/agx/git-buildpackage/
- Last scan: 2024-10-31 17:15:03+00
- Next scan: 2024-11-07 17:06:00+00
- Merge requests: 1
- CI pipeline status: success
- Debian changelog in Git:
git-buildpackage (0.9.35) unstable; urgency=medium
[ Guido Günther ]
* [09d65cb] Use pythons builtin mock
* [360222d] d/control: Let Vcs-* point to salsa
* [ca70762] import: Use debian/latest.
It's the recommended layout
* [4dc9a6c] docs: Prefer debian/latest over debian/sid.
This is more widespread nowadays and ensures the latest upstream
version is always in the repositories default branch.
* [a88e01e] Drop completely outdated tox.ini
* [5c8f1af] Drop travis CI file.
We use salsa's CI and haven't used travis CI since ages.
* [8e494cb] tests: Merge the repository doctests.
We use a single doctest as module scoped fixtures can't be used with
doctests in pytest
* [d21fead] tests: Merge the pristine-tar doctests.
We use a single doctest as module scoped fixtures can't be used with
doctests in pytest
* [33f4884] build: Run tests through pytest.
We still use nose's assertions. See
https://github.com/pytest-dev/nose2pytest on how to convert those in the
future so can't drop the dependency yet.
Closes: #1080224
Helps: #1018367
* [a553f93] rpm: Mark two tests as xfail.
Needs debugging why they regressed as there weren't any changes in that
area recently.
* [54bec6e] tests/component: Fix skipping tests when submodules are no
present. Rework the logic to work with pytest instead of nose
* [3a87c05] tests/component/rpm: Fix skipping tests with pytest.
Rework the logic to work with pytest instead of nose
[ Ferenc Wágner ]
* [aa468c0] dscfile.py: decide native/non-native based on diff presence, not
version format. Source format 1.0 native packages with a hyphen in their
version number were mistaken by the original code for non-native.
* [1fecdcd] 12_test_deb: add test for native 1.0 DSC with Debian revision
-- Guido Günther <agx@sigxcpu.org> Tue, 24 Sep 2024 07:59:14 +0200
- This branch is 4 commits ahead of tag debian/0.9.35
- Git log:
commit 6325c5ccd2cc0ab088d4981fd2f997048637f6f6
Merge: b341bee 4c63abd
Author: Guido Günther <agx@debian.org>
Date: Sat Oct 5 07:39:25 2024 +0000
Merge branch 'pkg-resources' into 'master'
d/control: Drop dependency on pkg-resources
See merge request agx/git-buildpackage!5
commit 4c63abd88f0a0691b328294e8fdc5bed9eb5b8c2
Author: Guido Günther <agx@sigxcpu.org>
Date: Fri Oct 4 11:55:15 2024 +0200
d/control: Drop dependency on pkg-resources
Closes: #1083415
commit b341bee5886e80fa644c73c77b23109802c52942
Merge: db877a3 aee0584
Author: Guido Günther <agx@debian.org>
Date: Sat Sep 28 08:51:27 2024 +0000
Merge branch 'nose2pytest' into 'master'
Idiomatic usage of pytest, remove more traces of nose Closes: #1018367
See merge request agx/git-buildpackage!4
commit aee05848819d6889e1ce7c0976f3e77caed398cb
Author: Michael R. Crusoe <crusoe@debian.org>
Date: Fri Sep 27 14:35:42 2024 +0200
Idiomatic usage of pytest, remove almost all traces of nose
Closes: #1018367