autoconf-dickey (2.52+20260118-1) unstable; urgency=medium . * New upstream release. * Update upstream signing key. * Update debian/copyright. - Remove reference to the old FSF postal address, point at https://www.gnu.org/licenses/ instead. - Update years. * Drop Rules-Requires-Root field from debian/control, redundant. * Drop Priority field from debian/control, redundant. * Bump Standards-Version to 4.7.3, no further changes needed. * Convert debian/watch to version 5. evolution (3.56.2-9) unstable; urgency=medium . * Use Build-Depends: gnome-pkg-tools instead of dh-sequence-gnome * Remove unnecessary "reproducible=+fixfilepath" rule * Opt into Salsa CI * Update Standards Version to 4.7.3 itango (0.3.0-1) unstable; urgency=medium . * Team upload. * New upstream version 0.3.0. (Closes: #1085654) * d/watch: update to version 5 format. * d/control: - Bump Standards-Version to 4.7.3. - Remove Priority. - Remove Rules-Requires-Root. itango (0.2.1-1) unstable; urgency=medium . * Team upload. * New upstream version 0.2.1. * d/control: - Add python3-sphinx-book-theme to Build-Depends-Indep. - Bump Standards-Version to 4.7.2. * d/copyright: fix fsf address in LGPL-3+. * Add d/upstream/metadata. * Add d/source/options. itango (0.2.0-1) unstable; urgency=medium . * Team upload. * New upstream version 0.2.0. * d/watch: remove the need for repackage with +ds suffix. * d/copyright: remove Files-Excluded. * Remove 001-implement-python3-versioneer.patch. * d/control: remove python3-versioneer B-Depend. * Fix manpages links. itango (0.1.9+ds-1) unstable; urgency=medium . * Team upload. * Updated to new upstream version 0.1.9. * Disabled tests in d/rules and d/tests/control due to upstream package lacking test files, which caused unittest failures. (Closes: #1058165) * d/copyright: Exclude itango/_version.py and depend on python3-versioneer instead. * d/watch: Applied repack and dversionmangle to include Debian specific modifications for versioning consistency. * d/control: python3-setuptools-scm and python3-versioneer included in Build-Depends + Bumped Standards-Version to 4.7.0. + Bumped debhelper-compat to 13. * Patch to implement python3-versioneer. * d/python-itango-doc.doc-base: Updated itango.html to index.html. itango (0.1.7-2) unstable; urgency=medium . [ Bodo-Merle Sandor ] * Add salsa.ci.yml * Use debhelper-compat instead of debian/compat * Update Vcs-* URLs * Drop ancient python version field * Update standards version to 4.4.1 * Drop Python2 support (Closes: #936754) itango (0.1.7-1) unstable; urgency=medium . * New upstream version 0.1.7 * Switch to python3-sphinx * Rules-Requires-Root: no * Change priority to optional. * Standards-Version to 4.1.2.0 (extra -> optional) itango (0.1.6-1) unstable; urgency=medium . * New upstream version 0.1.6 * Drop all patches - applied upstream itango (0.1.4-1) unstable; urgency=medium . * Team Upload * Uploaded into Unstable itango (0.1.4-1~exp1) experimental; urgency=medium . * New upstream version 0.1.4 + Partial support for IPython 5, Jupyter and qtconsole itango (0.1.3-1~exp1) experimental; urgency=medium . * Initial release. (Closes: #836514) pps-tools (1.0.3-0.1) unstable; urgency=medium . * Non-maintainer upload. . [ Helmut Grohne ] * Fix FTCBFS: Only build during dh_auto_build. (Closes: #929209) . [ Andreas Tille ] * New upstream version * d/copyright: Remove old FSF address * d/watch: version=5 * Standards-Version: 4.7.3 (routine-update) * debhelper-compat 13 (routine-update) * Remove Priority field to comply with Debian Policy 4.7.3 (routine- update) * Close correct bug in changelog entry for 1.0.1-1 Closes: #874336 * Maintain on Debian team on Salsa praat (6.4.61+dfsg-1) unstable; urgency=medium . * New upstream version 6.4.61+dfsg pytango (10.1.4-2) unstable; urgency=medium . * Team upload. * Rebuild with pybind11-stubgen 2.5.5-4 to improve reproducibility. pytango (10.1.4-1) unstable; urgency=medium . * Team upload. . [ Thorsten Alteholz ] * Add patch to fix PyTangoThreadPoolExecutor for 3.13. . [ Colin Watson ] * New upstream version 10.1.4: - Add Python 3.14 support (closes: #1125107). pytango (10.0.2-3) unstable; urgency=medium . * Team upload. * Fix FTBFS with NumPy 2.3 (Closes: #1114714) pytango (10.0.2-2) unstable; urgency=medium . * Team upload. * Unbock p ytest 8.4 transition: autopkgtest need python3-pytest-asyncio * Drop "Rules-Requires-Root: no" * Apply Multi-Arch: hint pytango (10.0.2-1) unstable; urgency=medium . * Team upload. * New upstream version 10.0.2 * Add new doc-related build-dependencies. Because of changes introduced between 10.0.0 and 10.0.2. * Include libjs-d3 as {build-,}dependency * Include patch to avoid d3-related privacy breach * Link locally to d3.min.js before installing docs * Remove no longer needed 0001-Use-jquery-from-the-archive.patch * Remove no longer needed doc/_static/jssor* entry in d/copyright * Temporarily disable sphinx_book_theme. Until #1085947 gets fixed in unstable. * Refresh d/patches * Set localhost http(s)_proxy in override_dh_auto_build, to prevent sphinx accessing internet at build time. * Wrap and sort -ast and update salsa-ci wrap-and-sort job to always wrap * Add Freexian Packaging Team as Uploader * Update disabled tests * Include patch to add missing fortify source CPPFLAG * Add hardening flags to DEB_BUILD_MAINT_OPTIONS. bindnow hardening was missing. * Declare compliance with Standards-Version 4.7.2. No changes needed. pytango (10.0.0-4) unstable; urgency=medium . * Team upload. * Disable some more tests that regularly fail pytango (10.0.0-3) unstable; urgency=medium . * Team upload * Disable tests/test_event.py at build and autopkgtest time. Some test_event tests are flaky, and are blocking gcc-14 migration. (Closes: 1091861) * Wrap and sort -st, again, with devscripts 2.25.1 * Replace obsolete Build-Dep pkg-config with pkgconf * Remove no longer needed copyright entry for tango/asyncio_tools.py pytango (10.0.0-2) unstable; urgency=medium . * Team upload * Install python3-all-dev instead of python3-dev in d/tests/control. While there is more than one python version available (tpython3.12 and python3.13) the test cannot find the one that is not the default. * Add patch to fix assert_close for booleans with pytest >= 8.3.4 pytango (10.0.0-1) unstable; urgency=medium . * Team upload * Workaround FTBFS with python3.13 (Closes: #1087905) * Allow test suite to fail at build time pytango (10.0.0-1~exp1) experimental; urgency=medium . * Team upload . * New upstream version 10.0.0 * Bump Build-dependencies to tango >= 10.0.0 * Remove RELEASE variable from salsa-ci.yml definition * Drop no longer needed remove-junitxml-report.patch * Refresh patches * Add build-dependency on python3-pytest-asyncio * Enable wrap-and-sort job in Salsa CI * wrap-and-sort -st (debian/tests/control) * Add build-dependency on python-is-python3 * Add build-dependency on opentelemetry-cpp-dev * Add patch to disable failing tests pytango (9.5.0-6) unstable; urgency=medium . * Rerun failed tests in testsuite (this may fix #1076830). * Also mark one flaky test as such. pytango (9.5.0-5) unstable; urgency=medium . * Increase timeout in testsuite (this may fix #1076830). pytango (9.5.0-4) unstable; urgency=medium . * Team upload. * Add myself to Uploaders. * Build-Deps on python3-all-dev again to build against all versions of Python. * Use more dh_* stuff to streamline debian/rules a bit. pytango (9.5.0-3) unstable; urgency=medium . * Team upload. * Drop old extraneous build dependencies: * python3-mock (Closes: #1069734) * python3-six (Closes: #1064615) * Update build dependency: pkg-config => pkgconf pytango (9.5.0-2) unstable; urgency=medium . * Team upload. * Upload to unstable * Temporarily remove s390x from python3-tango's Architecture:, until https://gitlab.com/tango-controls/pytango/-/issues/449 gets solved * Temporarily test against default python3 version only, until I can solve how to build for several versions pytango (9.5.0-2~exp2) experimental; urgency=medium . * Team upload. * Temporarily remove s390x from python3-tango's Architecture:, until https://gitlab.com/tango-controls/pytango/-/issues/449 gets solved * Temporarily test against default python3 version only, until I can solve how to build for several versions pytango (9.5.0-2~exp1) experimental; urgency=medium . * Team upload. * Make tests are run again during building. Explicitly tell pybuild to use pytest pytango (9.5.0-1) unstable; urgency=medium . * Team upload. * Upload to unstable. pytango (9.5.0-1~exp2) experimental; urgency=medium . * Team upload. * Build-Deps on python3-dev instead of python3-all-dev. Only building for the default python version, at least, temporarily * d/rules: don't install spare .so files (Closes: #1059792) pytango (9.5.0-1~exp1) experimental; urgency=medium . * Team upload. * New upstream version 9.5.0 * Fix FTBFS with Python 3.12 (Closes: #1049843, #1055733). Although, it builds for the default python version only. * Add d/gbp.conf * Set RELEASE to experimental in debian/salsa-ci.yml * Add and/or update Build-Depends: cmake, libboost-python-dev (>= 1.83.0), tango >= 9.5.0, pybuild-plugin-pyproject, python3-pathspec, python3-pyproject-metadata and python3-scikit-build-core * Update d/patches/0002-Added-gevent-to-instal_requires.patch and remove-junitxml-report.patch to use pyproject.toml * Update debian/patches/ftbfs-ipv6.patch pytango (9.4.2-1) unstable; urgency=low . * Team upload. * New upstream version 9.4.2 pytango (9.4.1-1~exp1) experimental; urgency=medium . * Team upload. * New upstream version 9.4.1 * d/patches: - Update 0001-Use-jquery-from-the-archive.patch - Update 0002-Added-gevent-to-instal_requires.patch - Remove 0004-Fix-python-3.11-compatibility.patch, applied upstream - Remove 0005-Replace-pytest-xdist-with-pytest-forked.patch, applied upstream - Update ftbfs-ipv6.patch - Add test-timeouts.patch to incrase test timeouts and avoid building failures - Add remove-junitxml-report.patch to make lintian happier * Set RELEASE to experimental in debian/salsa-ci.yml * Add lintian overrides about source-is-missing of ipython_db.html * Versioned Build-Dep on libtango-dev and tango-test (>= 9.4.2~rc2+dfsg1) * Add d/copyright data about coroutine() in tango/asyncio_tools.py pytango (9.3.6-2.1) unstable; urgency=medium . * Non-maintainer upload. * Really fix the tests suite on IPv6-only buildds. (Closes: #1030297) pytango (9.3.6-2+exp1) experimental; urgency=medium . * Non-maintainer upload. * This is an experimental upload trying to assess a possible solution to FTBFS #1030297 and see whether it works practically. It should not be merged into the unstable history, but superseeded instead. pytango (9.3.6-2) unstable; urgency=medium . * Team upload. * Patch: Python 3.11 support. (Closes: #1024078) * Build-Depend on python3-pytest-forked instead of xdist. (It replaced the --boxed option) * Patch: Use --forked instead of --boxed. pytango (9.3.6-1) unstable; urgency=medium . [ Sandor Bodo-Merle ] * debian/patches - add patch to avoid test failure on IPv6 only buildd (Closes: #1014179) * d/control: build depend on cppzmq-dev (Closes: #1019091) * New upstream version 9.3.6 pytango (9.3.4-2) unstable; urgency=medium . * d/t/control: added python3-pytest-forked as explained by the upstream pytango (9.3.4-1) unstable; urgency=medium . [ Sandor Bodo-Merle ] * debian/control: - update standars version to 4.6.1 (no changes required) * New upstream version 9.3.4 * debian/patches - Drop 0002-deal-with-sphinx-only-via-the-debian-rules.patch - Drop 0003-doc-update-start-page.patch - Drop 0004-fix-syntax-warning.patch . [ Picca Frédéric-Emmanuel ] * d/control: Moved sphinx-common to B-D-I and added profile * d/control: Added python3-psutil and tango-test * d/rules: Run tests using pytest * Added autopkgtests pytango (9.3.3-1) unstable; urgency=medium . [ Sandor Bodo-Merle ] * debian/control - drop python3-distro from build-depend * Fix syntax warning during package install. (Closes: #985007) * New upstream version 9.3.3 (Closes: #989981) * Update upstream metadata (github => gitlab). * Update watch file version. . [ Picca Frédéric-Emmanuel ] * d/control: Used dh-sequence-[numpy3,python3,sphinxdoc] * r/rules: Simplifyed thanks to dh-sequence-X pytango (9.3.2-1) unstable; urgency=medium . * control: update standars version to 4.5.1 (no changes required) * New upstream version 9.3.2 - Drop 0001-fix-boost-linking.patch; obsolete - Drop 0005-fix-distro-import.patch; obsolete - refresh and renumber patches pytango (9.3.1-1) unstable; urgency=medium . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Fix day-of-week for changelog entry 7.2.3-1. * Update standards version to 4.5.0, no changes needed. . [ Sandor Bodo-Merle ] * New upstream version 9.3.1 * Update patch for boost linking * Bump debhelper compatibility level to 13 pytango (9.3.0-4) unstable; urgency=medium . [ Helmut Grohne ] * Demote documentation dependencies to B-D-I. (Closes: #946135) pytango (9.3.0-3) unstable; urgency=medium . [ Bodo-Merle Sandor ] * Bump debhelper compatibility level to 12 * Build-depend on python3-distro pytango (9.3.0-2) unstable; urgency=medium . [ Bodo-Merle Sandor ] * control: update homepage * control: update standars version to 4.4.1 (no changes required) * Apply NMU patch by Sandro Tosi to - Drop python2 support; Closes: #937556 * ack NMU . pytango (9.3.0-1.1) unstable; urgency=medium . * Non-maintainer upload. * Drop python2 support; Closes: #937556 pytango (9.3.0-1) unstable; urgency=medium . [ Picca Frédéric-Emmanuel ] * Use debhelper-compat instead of debian/compat. * use the latest salsa.ci.yml file . [ Bodo-Merle Sandor ] * Upgrade standards version to 4.4.0 * update watch file * New upstream version 9.3.0 * drop transitional package python-pytango (Closes: #940763) * drop transitional package python3-pytango (Closes: #940764) pytango (9.2.5-1) unstable; urgency=medium . [ Bodo-Merle Sandor ] * New upstream version 9.2.5 * Depend on python-enum34 * Update standars version to 4.2.1 (no changes required) * Fix linking with boost (Closes: #914140) pytango (9.2.4-2) unstable; urgency=medium . [ Bodo-Merle Sandor ] * Build depend on python-enum34 pytango (9.2.4-1) unstable; urgency=medium . [ Bodo-Merle Sandor ] * New upstream version 9.2.4 - Python 3.7 compatibility (Closes: #904298) * Update Standards-Version to 4.1.5 (no changes required) * Depend on python-mock for generating the docs pytango (9.2.3-1) unstable; urgency=medium . [ Bodo-Merle Sandor ] * New upstream version 9.2.3 * debian/patches - Refresh patch 0002-Use-jquery-from-the-archive * debian/control - cme fix dpkg - Rules-Requires-Root: no - depend on sphinx_rtd_theme - remove outdated X-Python{,3}-Version fields * debian/watch - update regexp; switch to https pytango (9.2.2-1) unstable; urgency=medium . [ Bodo-Merle Sandor ] * New upstream version 9.2.2 * Bump Standards-Version to 4.1.0 (extra -> optional) * debian/control - wrap-and-sort -st * debian/copyright - Switched source URL to https * debian/rules - Built the documentation with python3 - Install examples * debian/patch - drop 0001-Use-loose-version-instead-of-strict-version-for-comp.patch . [ Picca Frédéric-Emmanuel ] * debian/control - add nodoc profile dependencies - Added: python-sphinx, sphinx-common * debian/patches - Added 0002-deal-with-sphinx-only-via-the-debian-rules.patch * debian/rules - Reworked in order to support nodoc - dh_sphinxdoc is now mandatory. - Build the documentation also with python. pytango (9.2.1-1) unstable; urgency=medium . * debian/patch - apply upstream patch to fix gcc-7 compilation (Closes: #853624) * Bump Standards-Version to 4.0.0, no changes. pytango (9.2.1-1~exp1) experimental; urgency=medium . * Import Upstream version 9.2.1 * debian/patch - drop 0001-correct-typo-s-lenght-length.patch (aplied upstream) * Use compat level 10 (Closes: #843728) pytango (9.2.0-2) unstable; urgency=medium . * Add Breaks and Replace for python-pytango-doc (Closes: #836859) pytango (9.2.0-1) unstable; urgency=medium . * Uploaded into Unstable pytango (9.2.0-1~exp2) experimental; urgency=medium . * Fixed d/rules to call --with sphinxdoc only when building arch-all packages. * Updated the d/copyright (Add the ESRF) pytango (9.2.0-1~exp1) experimental; urgency=medium . * Imported Upstream version 9.2.0 - Filter out sourceless binary executable: examples/many/many_client * debian/patch - Drop unnecessary patch 0001-Fix-syntax-error-in-python-3.patch - Add 0001-Fix-syntax-error-in-python-3.patch - spelling fix - 0002-Use-jquery-from-the-archive.patch - fix jquery reference * debian/control - Update build depends: - add: python-six, python-gevent, python-concurrent.futures, libtango-dev - Rename package pytango=>tango; add transitional packages - Standards-Version bump to 3.9.8 (nothing to do) - Updated the Vcs-X (git -> https) * Ship extra pydist files so dependent packages will use the correct python-tango dependency * Drop itango deps for now - until a separate itango package is made * debian/rules - Build with pybuild * Add myself to uploaders pytango (8.1.8-2) unstable; urgency=medium . * debian/patches - 0001-Fix-syntax-error-in-python-3.patch (Closes: #814824) pytango (8.1.8-1) unstable; urgency=medium . * Imported Upstream version 8.1.8 * debian/patch - 0001-fix-compilation-with-python3.4.patch (deleted, applyed upstream) pytango (8.1.6-1) unstable; urgency=medium . * debian/control - Build-deps: libtango8-dev (>= 8.1.2c+dfsg-7~) (Closes: #797284) * debian/patch - 0001-fix-compilation-with-python3.4.patch pytango (8.1.6-1~exp1) experimental; urgency=medium . * Imported Upstream version 8.1.6 * debian/watch - Use the pypi.debian.net redirector pytango (8.1.5-1) unstable; urgency=medium . * Imported Upstream version 8.1.5 pytango (8.1.4-1) unstable; urgency=medium . * Imported Upstream version 8.1.4 pytango (8.1.1-1) unstable; urgency=low . * Imported Upstream version 8.1.1 * debian/patch - 0001-fix-from-upstream-FTBFS-s390.patch (applyed by upstream) pytango (8.0.3-3) unstable; urgency=low . * debian/control - Build-Depends: remove log4tango4 which is not a direct build dependency. pytango (8.0.3-2) unstable; urgency=low . * debian/patch + 0001-fix-from-upstream-FTBFS-s390.patch (Closes: #711761) pytango (8.0.3-1) unstable; urgency=low . * Imported Upstream version 8.0.3 * Bump Standards-Version 3.9.4 (nothing to do) * Switch to debhelper level 9 * debian/rules - updated the clean target to build twice. * debian/patches - 0001-feature-forwarded-fix-FTBFS-with-sphinx-beta-version.patch (deleted) this patch was applyed by the upstream pytango (8.0.2-1) unstable; urgency=low . * debian/patches + 0001-feature-forwarded-fix-FTBFS-with-sphinx-beta-version.patch (Closes: #706471) pytango (8.0.2-1~exp1) experimental; urgency=low . * Imported Upstream version 8.0.2 * debian/control - add python3-pytango binary package pytango (7.2.3-2) unstable; urgency=low * debian/rules - use dh_sphinxdoc only for the doc package (Closes: #670955) * debian/control - add Build-Depends-Indep pytango (7.2.3-1) unstable; urgency=low * Imported Upstream version 7.2.3 * debian/control - add the python-pytango-doc package pytango (7.2.2-3) unstable; urgency=low * bump the Standards-Version to 3.9.3 - use the copyright format 1.0 * dpkg/rules - updated to build on squeeze * dpkg/control - better dependencies thanks to cme (config-edit) - X-Python-Version: >= 2.5 -> 2.6 pytango (7.2.2-2) unstable; urgency=low * use dh_numpy for better python-numpy dependency. pytango (7.2.2-1) unstable; urgency=low * import 7.2.2 upstream version. (Closes: #636468) * use dh_sphinxdoc * debian/control - Build-Depends - python-sphinx (>= 1.0.7+dfsg) - add the Vcs- fields - follow Debian Science policy for Maintainers * debian/copyright fixed using config-edit * debian/patches - remove all patches thanks to the --install-html option. * use pyinstall file to install the ipython profile. pytango (7.2.0-2) unstable; urgency=low * debian/control - bump the Standards-Version to 3.9.2 - Build-Depends + libtango7 (>= 7.2) (updated) + python-all-dev (>= 2.6.6-3~) (updated) + python-setuptool (removed) * debian/copyright - use the right dep5 location * Install the spock profile also for python2.7 Thanks Jakub Wilk for the report (Closes: #632077) * Update my email address since I am DD now. pytango (7.2.0-1) unstable; urgency=low * Initial release (Closes: #614245) * Thanks to Justin B Rye for package description review python-hypothesis (6.151.9-1) unstable; urgency=medium . * New upstream version 6.151.9 r-bioc-genomeinfodbdata (1.2.13-3) unstable; urgency=medium . * Packaging update (routine-update) * Standards-Version: 4.7.3 (routine-update) * Reflow Uploaders field (cme) * Remove Priority field (cme) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update)