Change log for dh-python package in Ubuntu
1 → 50 of 119 results | First • Previous • Next • Last |
dh-python (6.20230825) unstable; urgency=medium * Parse .egg-info/PKG-INFO for Requirements. distutils-extra has been using these for a while now. (Closes: #1050305) * Fix some details in python3-supported-min/max generation. Thanks Jochen Sprickerhof for noticing and sending an MR. * Remove *.egg-info directories in clean step, as part of Debian's wider effort to improve clean targets. Thanks Stuart Prescott for the patch. * Explain that setting pybuild.testfiles overrides the defaults in pybuild(1). (Closes: #1042802) -- Stefano Rivera <email address hidden> Fri, 25 Aug 2023 22:51:08 +0200
Available diffs
- diff from 6.20230813 to 6.20230825 (3.6 KiB)
dh-python (6.20230813) unstable; urgency=medium * When we build a wheel for tox, with the distutils plugin, make sure our .pydistutils.cfg isn't present, so we build it in the standard layout. * Remove RECORD files from dist-info, these are incompatible with multi-arch. * Support for backporting the pyproject plugin to Python < 3.11. Thanks Stuart Prescott. (Closes: #1043301) * Use values for _PYTHON_HOST_PLATFORM that are closer to Python's defaults. * tox: Pass -x testenv.passenv+=_PYTHON_HOST_PLATFORM, so that pip will accept the _PYTHON_HOST_PLATFORM that the test wheel was built with. * Generate dependencies on using python3-supported-min and python3-supported-max. Allowing dependencies to work correctly on all supported python 3 versions. (Closes: #1028603) * pybuild-auto-pkgtest: Run tox tests against the installed package. -- Stefano Rivera <email address hidden> Sun, 13 Aug 2023 00:58:58 +0200
Available diffs
- diff from 5.20230603 to 6.20230813 (28.5 KiB)
- diff from 6.20230802 to 6.20230813 (7.5 KiB)
Superseded in mantic-proposed |
dh-python (6.20230802) unstable; urgency=medium * Add pybuild plugin to build meson packages. * Update pydist fallback. -- Stefano Rivera <email address hidden> Wed, 02 Aug 2023 11:05:40 +0200
Available diffs
- diff from 6.20230603 to 6.20230802 (15.3 KiB)
dh-python (5.20230603) unstable; urgency=medium * Reintroduce Breaks+Replaces on python2 needed to help apt in some upgrade scenarios. (Closes: #1036943) -- Stefano Rivera <email address hidden> Sat, 03 Jun 2023 10:49:36 -0400
Available diffs
- diff from 5.20230130 to 5.20230603 (614 bytes)
- diff from 5.20230510 to 5.20230603 (8.1 KiB)
Superseded in mantic-proposed |
dh-python (6.20230603) experimental; urgency=medium * Bump major version, post-bookworm. -- Stefano Rivera <email address hidden> Sat, 03 Jun 2023 10:50:19 -0400
Available diffs
- diff from 5.20230603 to 6.20230603 (8.1 KiB)
Superseded in mantic-proposed |
dh-python (5.20230510) experimental; urgency=medium * Add support for PEP440 standards-markers in PyDist files (which superseded PEP386 almost a decade ago). * Add support for tox 4. Avoid needing to do an isolated build of the package by using the wheel we built, ourselves. (Closes: #1035675) - Packages using the distutils plugin now need python3-wheel installed. Raise an error explaining that wheel is needed, if it's missing. - Support all 3 potential tox configuration files. (Closes: #1033486) * dh_python3: Write a "debian" INSTALLER file into dist-info directories. (Closes: #1032133) * Use tomllib (available since Python 3.11) instead of tomli. (Closes: #1032866) * Use cachy as an example dependency instead of tomli, in tests. * Add pyproject.toml and pytest.ini to the default testfiles. (Closes: #1031609) -- Stefano Rivera <email address hidden> Wed, 10 May 2023 19:26:51 -0400
Superseded in mantic-release |
Published in lunar-release |
Deleted in lunar-proposed (Reason: Moved to lunar) |
dh-python (5.20230130) unstable; urgency=medium * pybuild.pm: Export SETUPTOOLS_SCM_PRETEND_VERSION for packages using python3-hatch-vcs packages. * Update pydist fallback. * Handle 2-digit minor versions in X-Python3-Version parsing (stop limiting the values to 3 bytes). (Closes: #1028364) * Bump Standards-Version to 4.6.2, no changes needed. -- Stefano Rivera <email address hidden> Mon, 30 Jan 2023 12:30:45 -0400
Available diffs
- diff from 5.20230109 to 5.20230130 (8.5 KiB)
dh-python (5.20230109) unstable; urgency=medium * ignore/strip :native suffix when searching for build dependencies in pybuild.pm. Thanks Joseph Nahmias for the patch. -- Stefano Rivera <email address hidden> Mon, 09 Jan 2023 16:29:17 -0400
Available diffs
- diff from 5.20221230 to 5.20230109 (552 bytes)
dh-python (5.20221230) unstable; urgency=medium [ Stefano Rivera ] * Correct typo in nose autopkgtest. * Export HOME in the pyproject plugin, as we do in the distutils one. * Remove install_requires from test301, setuptools will parse this where distutils historically wouldn't have. [ Colin Watson ] * Fix interaction between --test-custom and distutils plugin. [ Antonio Terceiro ] * pybuild-autopkgtest: allow autopkgtest-specific behavior in debian/rules. [ Stefano Rivera ] * pybuild-autopkgtest: Instead of using a different buildsystem for the autopkgtest runner, use a different build stage. This way, packages with custom buildsystems can use pybuild-autopkgtest. (Closes: #1025737) -- Stefano Rivera <email address hidden> Fri, 30 Dec 2022 09:47:32 -0400
Available diffs
- diff from 5.20221205 to 5.20221230 (5.1 KiB)
dh-python (5.20221205) unstable; urgency=medium * Regenerate pydist. * Include ${misc:Depends} in pybuild-plugin-autopkgtest. * Run the autopkgtest nose test suite on all supported Python 3 versions. * Update lintian overrides. * Install data into the system data directory, as pip would. (closes: 1025485) * Remove a left-over Depends on pypy in the autopkgtest. * pybuild plugin: Stage the scripts and data one level up in the .pybuild directory (rather than have to ignore them when we install the module). -- Stefano Rivera <email address hidden> Mon, 05 Dec 2022 21:18:44 -0400
Available diffs
- diff from 5.20221202 to 5.20221205 (30.9 KiB)
dh-python (5.20221202) unstable; urgency=medium * Deprecate the flit plugin in favour of pyproject. - Reduce the auto-detect score of the flit plugin. * dh_python3: Clean up more license files from dist-info directories. * Write to debhelper.log files, in overrides. * Add support for --remaining-packages to dh_python*. (closes: 1021875) * Add a test that demonstrates building multiple libraries in a single source package. (closes: 1018952) * Remove dh_python2, dh_pypy, and related debhelper sequences, supporting the removal of the Python 2.7 stack before bookworm release. (closes: 942959) -- Stefano Rivera <email address hidden> Fri, 02 Dec 2022 13:13:51 -0400
Available diffs
- diff from 5.20221122 to 5.20221202 (113.6 KiB)
dh-python (5.20221122) unstable; urgency=medium * Support the nodoc and nocheck build profiles. * flit plugin: Avoid modifying sysconfig data, thanks Stuart Prescott. (closes: 1024521) -- Stefano Rivera <email address hidden> Sat, 15 Oct 2022 17:53:49 +0200
Available diffs
- diff from 5.20221008 to 5.20221122 (1.1 KiB)
dh-python (5.20221008) unstable; urgency=medium * Ignore python_*_version environment markers with versions we can't parse. (closes: 1021410) * Add some hacks to our python_full_version environment marker parsing to at least produce a reasonable result for PEP-440 pre-releases like 1021410. -- Stefano Rivera <email address hidden> Sat, 08 Oct 2022 15:28:22 +0200
Available diffs
- diff from 5.20221001 to 5.20221008 (1.5 KiB)
Superseded in lunar-release |
Published in kinetic-release |
Deleted in kinetic-proposed (Reason: Moved to kinetic) |
dh-python (5.20221001) unstable; urgency=medium * Fix -X handling in dh_python3 et al. Broken in the migration to argparse in 5.20220819. (closes: 1020041) -- Stefano Rivera <email address hidden> Sat, 01 Oct 2022 14:31:31 +0200
Available diffs
- diff from 5.20220924 to 5.20221001 (1.2 KiB)
dh-python (5.20220924) unstable; urgency=medium * Escape a . in a regex in tests/test-package-show-info, fixes FTBFS in Ubuntu which builds with the noudeb profile. -- Stefano Rivera <email address hidden> Sat, 24 Sep 2022 19:17:12 +0200
Available diffs
- diff from 5.20220819 to 5.20220924 (4.5 KiB)
- diff from 5.20220923 to 5.20220924 (833 bytes)
Superseded in kinetic-proposed |
dh-python (5.20220923) unstable; urgency=medium [ Stefano Rivera ] * Run Python test suite with nose2. (closes: 1018338) * Don't attempt to diff static libs (.a), thanks Nick Rosbrook. (closes: 1020528) [ Debian Janitor ] * Bump debhelper from old 12 to 13. + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now does this. * Remove constraints unnecessary since buster (oldstable): + dh-python: Drop versioned constraint on python3 in Replaces. [ Stuart Prescott ] * pyproject plugin: Make the package's entry points available in the PATH when running the package's test suite, so that tests using the entry points can be run. -- Stefano Rivera <email address hidden> Fri, 23 Sep 2022 09:47:57 +0200
Available diffs
- diff from 5.20220819 to 5.20220923 (4.3 KiB)
dh-python (5.20220819) unstable; urgency=medium * flit plugin: Explicitly install using the "deb_system" sysconfig scheme. * Update location for python-policy in dh_python3(1), thanks Andrius Merkys. * autoscripts/prerm-{py3,pypy}clean: Use sed instead of perl, thanks Gioele Barabucci. * pybuild.pm: Handle multiple (comma-separated) versions in DEBPYTHON3_SUPPORTED. (closes: 1015774) * pybuild.pm: Don't entirely swallow py3versions -r errors. (closes: 827870) * pybuild: Don't print stack traces when we can't initialize a plugin due to a missing command, it's confusing. (closes: 954215) * pybuild cmake plugin: Add support for FindPython and FindPython3, available since CMake 3.12. (closes: 949377) * dh_python3: Don't generate ${python3:Provides} or ${python3:Versions}. Never intended for use with Python 3, by the Debian Python Policy, and not currently in use. (closes: 811080, 951748) * dh_python3: Operate on binary packages that only Recommends: ${python3:Depends}, too. (closes: 1017001) * Port dh_python2/dh_python3/dh_pypy to argparse. * dh_*: Parse -O=... options provided by debhelper. (closes: 949286) * pybuild: Make --ext-dest-dir work again, when --name is specified. (closes: 942882) * Remove the text in pybuild(1) describing pybuild-plugin-pyproject as being in beta. -- Stefano Rivera <email address hidden> Fri, 19 Aug 2022 22:34:55 +0200
Available diffs
- diff from 5.20220403 to 5.20220819 (10.2 KiB)
Superseded in kinetic-release |
Published in jammy-release |
Deleted in jammy-proposed (Reason: Moved to jammy) |
dh-python (5.20220403) unstable; urgency=medium * Refresh pydist. * Replace which with command -v in autoscripts, thanks Diederik de Haas. * Add support for --test-custom/PYBUILD_TEST_CUSTOM. Thanks, Antonio Terceiro! * Correctly handle --interpreter python3.10 (2-digit minor version). (closes: 1008745) -- Stefano Rivera <email address hidden> Sun, 03 Apr 2022 15:45:19 -0400
Available diffs
- diff from 5.20220215 to 5.20220403 (12.8 KiB)
dh-python (5.20220215) unstable; urgency=medium * pybuild plugin: Explicitly unpack wheels using the "deb_system" sysconfig scheme, allowing python3.10 to change the default sysconfig scheme to "posix_local". (LP: #1960608) -- Stefano Rivera <email address hidden> Tue, 15 Feb 2022 20:26:39 -0400
Available diffs
- diff from 5.20220213 to 5.20220215 (700 bytes)
dh-python (5.20220213) unstable; urgency=medium [ Stefano Rivera ] * Update pydist fallback database. * dh_python3: Don't emit any warnings about unknown packages for modules that we won't depend on. (closes: 1004378) * Drop Provides for dh-python-pep517, replaced by pybuild-plugin-pyproject. * Simplify generated dependencies for "; python_version > '3'" style dependencies. * pyproject plugin: Export FLIT_NO_NETWORK=1 when building, to disable any attempts by flit to download build-dependencies. * pyproject plugin: Remove license_files from dist-info, as generated by hatchling. We carry the contents in debian/copyright, no need to duplicate it. * Consider DH_OPTIONS as prepended to command line options, not appended. (closes: 949285) * Support DEB_BUILD_OPTIONS=terse, thanks Matthijs Kooijman. (closes: 945945) [ Scott Kitterman ] * Update source lintian overrides [ Debian Janitor ] * Add missing ${misc:Depends} to Depends for pybuild-plugin-pyproject. * Fix day-of-week for changelog entry 1.20130807-1. -- Stefano Rivera <email address hidden> Sun, 13 Feb 2022 19:33:18 -0400
Available diffs
- diff from 5.20220119 to 5.20220213 (22.2 KiB)
dh-python (5.20220119) unstable; urgency=medium * Allow passing arguments to tox tests. * cmake plugin: Don't quote arguments that will be substituted (and quoted) by shell_command. (closes: 1003962) -- Stefano Rivera <email address hidden> Wed, 19 Jan 2022 21:06:38 -0400
Available diffs
- diff from 5.20220101 to 5.20220119 (971 bytes)
dh-python (5.20220101) unstable; urgency=medium * Handle complex environment markers with both quote types. -- Stefano Rivera <email address hidden> Sat, 01 Jan 2022 16:33:28 -0400
Available diffs
- diff from 5.20211231 to 5.20220101 (2.7 KiB)
dh-python (5.20211231) unstable; urgency=medium * Handle parenthetical environment markers. -- Stefano Rivera <email address hidden> Fri, 31 Dec 2021 15:01:25 -0400
Available diffs
- diff from 5.20211230 to 5.20211231 (907 bytes)
dh-python (5.20211230) unstable; urgency=medium * Source-only upload. -- Stefano Rivera <email address hidden> Thu, 30 Dec 2021 20:06:24 -0400
Available diffs
- diff from 5.20211229 to 5.20211230 (343 bytes)
dh-python (5.20211229) unstable; urgency=medium * debian/rules: respect DEB_BUILD_OPTIONS=nocheck, thanks Antonio Terceiro. * dh_python2(1) and dh_python3(1): Correct the field order for pyinstall files. * Rename pep517 plugin to pyproject, we expect this to be amended by future PEPs. * Allow explicitly selecting a pybuild plugin with a Build-Depends on pybuild-plugin-NAME, when such a binary package exists. -- Stefano Rivera <email address hidden> Wed, 29 Dec 2021 15:26:43 -0400
Available diffs
- diff from 5.20211225 to 5.20211229 (5.9 KiB)
dh-python (5.20211225) unstable; urgency=medium * pybuild: fix rst2man error, thanks Louis-Philippe Véronneau. * pybuild: Use the pytest runner for one of the pep517 test suites. * dh_python*: Fix a crash when attempting to apply an environment markers to an unknown module. (closes: 1002182) -- Stefano Rivera <email address hidden> Sat, 25 Dec 2021 12:29:37 -0400
Available diffs
- diff from 5.20211217 to 5.20211225 (1.1 KiB)
dh-python (5.20211217) unstable; urgency=medium * Ignore environment markers for Python 2.7, our logic is specific to 3.x. * Ignore requires.txt sections with un-parseable section headers. (closes: 1001838) * Handle extraneous parentheses in requires.txt section headers. * pep517 plugin: Throw an error if an UNKNOWN-*.whl is built. * pep517 plugin: Gracefully skip wheel unpack if it appears to have already been unpacked by a package calling build twice. * dh_python*: Don't delete empty directories in private dirs. (closes: 908999) * pybuild: Sort plugin list for consistent selection, instead of relying on file-system semantics. (closes: 978949) * Correctly parse "== 1.*" style version constraints. (closes: 981752) * Bump Standards-Version to 4.6.0, no changes needed. * Declare Rules-Requires-Root: no. * Strip changelog trailing whitespace. -- Stefano Rivera <email address hidden> Fri, 17 Dec 2021 16:13:38 -0400
Available diffs
- diff from 5.20211114 to 5.20211217 (20.5 KiB)
- diff from 5.20211216 to 5.20211217 (5.2 KiB)
Superseded in jammy-proposed |
dh-python (5.20211216) unstable; urgency=medium * Use a consistent distribution name regexp to handle dashed names correctly, thanks Nicolas Dandrimont. * Un-constrain python_version constraints where the minimum version is < 3. * Ignore python_version constraints where the maximum version is < 3. (closes: 1001799) -- Stefano Rivera <email address hidden> Thu, 16 Dec 2021 12:39:55 -0400
Available diffs
- diff from 5.20211214 to 5.20211216 (2.4 KiB)
Superseded in jammy-proposed |
dh-python (5.20211214) unstable; urgency=medium * Fix a bug in dist-info extra section parsing, thanks Stuart Prescott. * Remove LICENSE.md from dist-info, as well as LICENSE. -- Stefano Rivera <email address hidden> Tue, 14 Dec 2021 18:31:53 -0400
Available diffs
- diff from 5.20211213 to 5.20211214 (1.7 KiB)
Superseded in jammy-proposed |
dh-python (5.20211213) unstable; urgency=medium [ Stefano Rivera ] * Document that pybuild --name overrides --dest-dir. * Use Python 3 examples in the manpage, thanks Louis-Philippe Véronneau. * Handle dist-info extra sections the same way we do for requirements.txt. (closes: 998374) * Add support for environment markers. (closes: 815654, 834133, 922468, 978686) * Expand on --depends-section=SECTION and similar in dh_python3(1), and mention multiple use. * Port to python3-tomli (following the PyPA projects). [ Piotr Ożarowski ] * dh_python3: Remove duplicate .abi3.so public extension even if it differs from the one generated by previous interpreter [ Stefano Rivera ] * Add new pep517 plugin that uses python3-build + python3-installer to build Python modules as wheels and then unpack the wheel. This is the new interface used by modern Python packaging tools. (Closes: #984824) - The plugin is still in beta, so other plugins will be used in preference to it, unless explicitly specified. - Adds a new binary package dh-python-pep517, for convenience in selecting the plugin. -- Stefano Rivera <email address hidden> Mon, 13 Dec 2021 19:09:53 -0400
Available diffs
- diff from 5.20211114 to 5.20211213 (17.3 KiB)
dh-python (5.20211114) unstable; urgency=medium * Avoid the dependency on python-ply for testpb03, this was removed in Ubuntu, already. -- Stefano Rivera <email address hidden> Sun, 14 Nov 2021 17:41:28 -0800
Available diffs
- diff from 5.20211016 to 5.20211114 (7.4 KiB)
- diff from 5.20211105 to 5.20211114 (810 bytes)
Superseded in jammy-proposed |
dh-python (5.20211105) unstable; urgency=medium * Add tpb03 - a test covering pybuild building Python 2 and 3 packages. * Document pybuild environment variables in pybuild(1) (closes: #997469) * pybuild: Only generate --test-* dependencies in the test target. * pybuild: Fix tox autodetection, broken since it was renamed from python3-tox. * pybuild tox plugin: Delete pydistutils.cfg before calling tox, to avoid breaking it. Switching keys to underscores in 5.20211022 brought them to pip's attention, and it tried to install to /usr. (closes: 997485, 998581) * pybuild tox plugin: Use tox --sitepackages to use Debian packages to resolve test dependencies (closes: 960048) -- Stefano Rivera <email address hidden> Fri, 05 Nov 2021 00:44:25 -0700
Available diffs
- diff from 5.20211022.1 to 5.20211105 (3.5 KiB)
Superseded in jammy-proposed |
dh-python (5.20211022.1) unstable; urgency=medium * dhpython/debhelper.py: Ignore trailing newlines in debian/control (closes: 996995) * Add test cases for broken failed debian/control parsing. -- Stefano Rivera <email address hidden> Fri, 22 Oct 2021 13:13:43 -0700
Available diffs
- diff from 5.20211022 to 5.20211022.1 (1.2 KiB)
Superseded in jammy-proposed |
dh-python (5.20211022) unstable; urgency=medium * pybuild distutils plugin: Use underscore separated keys in pydistutils.cfg, following setuptools 54.1's deprecation of dash-separation. * dhpython/debhelper.py: Don't consider two blank lines to be an empty paragraph. (closes: 996995) -- Stefano Rivera <email address hidden> Fri, 22 Oct 2021 11:15:23 -0700
Available diffs
- diff from 5.20211021 to 5.20211022 (964 bytes)
Superseded in jammy-proposed |
dh-python (5.20211021) unstable; urgency=medium * dh_python3(1): Clarify where the dependencies come from. (closes: 930950) * Rewrite dhpython/debhelper.py's debian/control parsing to do 2 passes and avoid relying on conventional field order. (closes: 996949) * Parse Build-Depends-Arch too, when making assumptions based on Build-Depends. -- Stefano Rivera <email address hidden> Thu, 21 Oct 2021 14:59:28 -0700
Available diffs
- diff from 5.20211016.1 to 5.20211021 (3.7 KiB)
Superseded in jammy-proposed |
dh-python (5.20211016.1) unstable; urgency=medium * Unset DH_INTERNAL_OPTIONS= in the package-building test suites, to fix FTBFS on the arch:all buildd. -- Stefano Rivera <email address hidden> Sat, 16 Oct 2021 13:30:33 -0700
Available diffs
- diff from 5.20211016 to 5.20211016.1 (549 bytes)
dh-python (5.20211016) unstable; urgency=medium [ Piotr Ożarowski ] * DEB_BUILD_PROFILES=nocheck will skip test step in pybuild (just like DEB_BUILD_OPTIONS=nocheck already does) [ Stefano Rivera ] * Add support for 2-digit python minor versions (3.10). Parse sonames and generate dependencies, correctly. Thanks Graham Inggs. * Version Breaks: python to allow dh-python to be co-installed with python-is-python2, thanks Stephen Kitt. (closes: 991009) * Remove build path from RECORD files, thanks Philip Rinn (closes: 969352) * Add integration test coverage for pybuild and flit. * flit: Remove direct_url.json from .dist-info, not reproducible and doesn't contain any useful information. * Re-enable package build-time test suite. * Run the python2.7 dh_python2 tests in an autopkgtest. * Replaced references to python with python2.7 in the test suite (closes: 956191) * Update pydist fallback database. * Recognise Debian-packaged python modules from .dist-info directories as well as .egg-info. * Generate python3:Depends from Requires-Dist entries in .dist-info (e.g. flit packages). (closes: 987296) * Suggest: flit, python3-toml. (closes: 987236) * Architecture-qualify py*compile and py*clean calls in maintainer scripts, for architecture-specific Python packages. This allows co-installation (and even concurrent unpacking) of different architectures of a package. (closes: 991146, 770265, 812228) * Update _PYTHON_SYSCONFIGDATA_NAME export for cross-builds, thanks Helmut Grohne. (closes: 968213) * Parse Build-Depends with a :any suffix correctly, thanks Maximilian Engelhardt. (closes: 980303) * Generate a dependency on python3 in dh_python3 when there's a script installed with a python3 shebang, thanks Maximilian Engelhardt. (closes: 980310) * flit: Run test suites. (closes: 994281) -- Stefano Rivera <email address hidden> Sat, 16 Oct 2021 08:01:30 -0700
Available diffs
Superseded in jammy-release |
Obsolete in impish-release |
Deleted in impish-proposed (Reason: Moved to impish) |
dh-python (4.20201102ubuntu5) impish; urgency=medium * Add support for 2-digit python minor versions (3.10). Parse sonames and generate dependencies, correctly. (LP: #1946971) -- Graham Inggs <email address hidden> Wed, 13 Oct 2021 12:26:39 +0000
Available diffs
- diff from 4.20201102ubuntu4 to 4.20201102ubuntu5 (671 bytes)
Superseded in impish-release |
Obsolete in hirsute-release |
Deleted in hirsute-proposed (Reason: moved to Release) |
dh-python (4.20201102ubuntu4) hirsute; urgency=medium * Disable the nosetests autopkg test. Unmaintained. -- Matthias Klose <email address hidden> Fri, 08 Jan 2021 14:31:39 +0100
Available diffs
- diff from 4.20201102ubuntu3 to 4.20201102ubuntu4 (529 bytes)
dh-python (4.20201102ubuntu3) hirsute; urgency=medium * Fix DocTest. -- Matthias Klose <email address hidden> Fri, 11 Dec 2020 11:54:33 +0100
Available diffs
Superseded in hirsute-proposed |
dh-python (4.20201102ubuntu2) hirsute; urgency=medium * Don't run test t304. -- Matthias Klose <email address hidden> Tue, 08 Dec 2020 14:33:04 +0100
Available diffs
dh-python (4.20201102ubuntu1) hirsute; urgency=medium * Don't run test t301. -- Matthias Klose <email address hidden> Mon, 30 Nov 2020 15:15:54 +0100
Available diffs
dh-python (4.20201102) unstable; urgency=medium [ Antonio Terceiro ] * pybuild's Flit plugin: don't crash on ill-formed pyproject.toml [ Piotr Ożarowski ] * Remove now deprecated allow_hosts=None from autogenerated .pydistutils.cfg file (closes: 97052) * Try to build/test other interpreters/versions even if one of them fails to make build logs a bit more verbose (closes: 943334) * Remove .pytest_cache and .coverage in pybuild's clean step (closes: 967898) Custom plugins now invoke Base.clean() as well (i.e. PyTest files, build dir and all .pyc files are removed like in other plugins) -- Piotr Ożarowski <email address hidden> Mon, 02 Nov 2020 22:58:27 +0100
Available diffs
- diff from 4.20200925 to 4.20201102 (11.0 KiB)
Superseded in hirsute-release |
Obsolete in groovy-release |
Deleted in groovy-proposed (Reason: moved to Release) |
dh-python (4.20200925) unstable; urgency=medium * Add Breaks/Replaces python2 to ease upgrades with python2 (closes: 968046) * Disable Python 2.X tests by default (closes: 968193) -- Piotr Ożarowski <email address hidden> Fri, 25 Sep 2020 12:35:52 +0200
Available diffs
dh-python (4.20200804ubuntu3) groovy; urgency=medium * Drop control.orig file, leftover when I applied the patch for bug 968046 -- Gianfranco Costamagna <email address hidden> Mon, 17 Aug 2020 11:58:19 +0200
Available diffs
Superseded in groovy-proposed |
dh-python (4.20200804ubuntu2) groovy; urgency=medium * Apply patch from doko to add breaks/replaces to ease upgrades and installation with python2 Closes: #968046 -- Gianfranco Costamagna <email address hidden> Mon, 17 Aug 2020 11:53:25 +0200
Available diffs
dh-python (4.20200804ubuntu1) groovy; urgency=medium * Merge from Debian unstable. Remaining changes: - Disable the Python2 tests (tests/Makefile) as was done in version 4.20191017ubuntu4 in focal
Available diffs
dh-python (4.20200315ubuntu1) groovy; urgency=medium * Fix autopkgtests (Closes: #956190) (LP: #1883297) - Cherry-pick upstream commit that isn't released in Debian yet (https://salsa.debian.org/python-team/tools/dh-python/-/commit/e289c25) - Disable the Python2 tests (tests/Makefile) as was done in version 4.20191017ubuntu4 in focal -- Olivier Tilloy <email address hidden> Fri, 19 Jun 2020 19:18:12 +0200
Available diffs
Superseded in groovy-proposed |
Deleted in focal-proposed (Reason: remove dh-python, left in focal-proposed after release) |
dh-python (4.20200315) unstable; urgency=medium [ Piotr Ożarowski ] * Adjust for Python 3.8 - fix setting _PYTHON_SYSCONFIGDATA_NAME (closes: 948320) - update tests (closes: 952122) * Add dh-python to Depends in autopkgtest (closes: 947789) * pybuild: add support for nose2. Enable by adding python3-nose2 to Build-Depends or --test-nose2 option or PYBUILD_TEST_NOSE2=1 env. var. (closes: 950912) [ Simon Ruggier ] * Fix a problem in handling ranges with no minimum [ Matthias Klose ] * Fix setting _PYTHON_HOST_PLATFORM (closes: 948319) -- Piotr Ożarowski <email address hidden> Sun, 15 Mar 2020 20:46:09 +0100
Available diffs
Superseded in groovy-release |
Published in focal-release |
Superseded in focal-release |
Deleted in focal-proposed (Reason: moved to Release) |
dh-python (4.20191017ubuntu7) focal; urgency=medium * Also fix the nosetests. -- Matthias Klose <email address hidden> Sun, 23 Feb 2020 17:04:32 +0100
Available diffs
1 → 50 of 119 results | First • Previous • Next • Last |