Change log for poetry package in Debian

124 of 24 results
Published in sid-release
poetry (1.8.3+dfsg-2) unstable; urgency=medium

  * Team Upload
  * Remove dependency on obsolete python3-lockfile (see #1073280)
    which itself build-depends on python3-nose.

 -- Alexandre Detiste <email address hidden>  Sun, 16 Jun 2024 22:13:53 +0200
Superseded in sid-release
poetry (1.8.3+dfsg-1) unstable; urgency=medium

  * New upstream version.
  * d/control: Add python3-packaging as Build Depends (Closes: #1071071).
  * d/patches/0001-Accept-Python-version-string-with-a-at-the-end.patch:
    Remove patch, it is already fixed in upstream.

 -- Emmanuel Arias <email address hidden>  Fri, 17 May 2024 22:02:27 -0300
Superseded in sid-release
poetry (1.8.2+dfsg-1) unstable; urgency=medium

  * d/control: Pin python3-poetry-core to 1.9.0.
  * New upstream version.

 -- Emmanuel Arias <email address hidden>  Sun, 03 Mar 2024 21:27:53 -0300
Deleted in experimental-release (Reason: None provided.)
poetry (1.8.0.dev0~git20240220.cff4d7d5+dfsg-2) experimental; urgency=medium

  * d/salsa-ci.yml: Add RELEASE variable to build in experimental in salsa-ci.
  * d/control: Pin python3-poetry-core to 1.9.0.

 -- Emmanuel Arias <email address hidden>  Sat, 24 Feb 2024 10:35:35 -0300
Superseded in experimental-release
poetry (1.8.0.dev0~git20240220.cff4d7d5+dfsg-1) experimental; urgency=medium

  * New upstream version.
  * d/patch: Remove platformdirs-4.patch patch, it was already applied by
    upstream.
  * d/rules: Ignore tests: test_fallback_on_detect_active_python,
    test_get_venv_with_venv_folder_present, test_not_fresh_lock,
    test_list, test_info_setup_complex_calls_script,
    test_executor_known_hashes and test_publish_dist_dir_option. They need
    more work.
    - Also ignore them in d/tests/pytest.
  * d/tests/simple-commands-run: Add new autopkgtest test to run `poetry
    add` and `poetry update`. This to detect some errors in those simple
    commands (Closes: #1058670).
  * d/tests/control: Add a superficial tests to run `poetry -v` (Closes:
    #1029480).
  * d/control: Add python3-poetry-plugin-export as Build Depends (Closes:
    #1059356).
    - d/rules: Activate test_export_prints_warning and
    test_disable_export_warning tests that need poetry-plugin-export.
    - Also activate those tests in d/tests/pytest.

 -- Emmanuel Arias <email address hidden>  Thu, 22 Feb 2024 18:12:00 -0300
Superseded in sid-release
poetry (1.7.1+dfsg-1) unstable; urgency=medium

  [Stefano Rivera]
  * Patch: Loosen platformdirs dependency.
  * Recommend python3-trove-classifiers for check (Closes: #1030310).

  [Emmanuel Arias]
  * New upstream release (Closes: #1056144).
  * d/rules: Deactvate tests that need more works:
    test_prepare_directory_with_extensions, test_export_prints_warning,
    test_disable_export_warning,
    test_build_backend_errors_are_reported_correctly_if_caused_by_subprocess,
    test_build_backend_errors_are_reported_correctly_if_caused_by_subprocess_encoding,
    test_isolated_env_install_success, test_isolated_env_install_error,
    test_isolated_env_install_failure, test_application_with_plugins,
    test_build_system_requires_not_available,
    test_build_system_requires_install_failure and
    test_prepare_directory_script.
    - Reply it in d/test/pytest file.
  * d/control: Pin python3-poetry-core to 1.8.1.

 -- Emmanuel Arias <email address hidden>  Fri, 10 Nov 2023 20:16:27 -0300
Superseded in sid-release
poetry (1.6.1+dfsg-2) unstable; urgency=medium

  * d/rules: Skip the next tests that use internet (Closes: #1050688):
   - test_installer_with_pypi_repository
   - test_prepare_directory_editable
   - test_prepare_directory
   - test_prepare_directory_with_extensions

 -- Emmanuel Arias <email address hidden>  Tue, 12 Sep 2023 22:01:38 -0300
Superseded in sid-release
poetry (1.6.1+dfsg-1) unstable; urgency=medium

  * New upstream version.
  * d/rules: override dh_auto_test to avoid remove egg-info folder. Some
    poetry tests use egg-info folders created for tests purpose as fixtures
    (Closes: #1050688).
  * d/rules: Ignore
    test_solver_ignores_explicit_repo_for_transient_dependencies and
    test_chooser_md5_remote_fallback_to_sha256_inline_calculation tests
    because they use ignored tar.gz files.
    - d/tests/pytest: Ignore these tests in autopkgtest.
  * d/patches: Update
    0001-Accept-Python-version-string-with-a-at-the-end.patch patch according
    to new upstream release code.

 -- Emmanuel Arias <email address hidden>  Thu, 07 Sep 2023 11:49:59 -0300
Superseded in sid-release
poetry (1.5.1+dfsg-4) unstable; urgency=medium

  * d/control: Pin python3-poetry-core B-Depends to >= 1.6.1 (Closes:
    #1050362)

 -- Emmanuel Arias <email address hidden>  Wed, 23 Aug 2023 21:35:55 -0300
Superseded in sid-release
poetry (1.5.1+dfsg-3) unstable; urgency=medium

  * d/tests/control: Add gcc package as Depends. It is needed for tests
    and is not installed in the autopkgtests machine.

 -- Emmanuel Arias <email address hidden>  Wed, 09 Aug 2023 09:26:38 -0300

Available diffs

Superseded in sid-release
poetry (1.5.1+dfsg-2) unstable; urgency=medium

  * d/tests/pytest: Ignore tests for autopkgtest:
    - test_executor_should_write_pep610_url_references_for_non_wheel_urls
    - test_executor_should_write_pep610_url_references_for_non_wheel_files
    - test_prepare_sdist
    - test_shell.

 -- Emmanuel Arias <email address hidden>  Tue, 08 Aug 2023 09:37:10 -0300

Available diffs

Superseded in sid-release
poetry (1.5.1+dfsg-1) unstable; urgency=medium

  * New upstream version.
  * d/patches/0002-Loosen-platformdirs-dependency.patch: Remove patch, is not
    longer needed. The platformdirs was bumped to 3.
  * d/patches/0001-Accept-Python-version-string-with-a-at-the-end.patch: Update
    patch according to new upstream version.
  * d/patches/skip-test-with-prefer-active-python-key.patch: Add new patch to
    skip tests that use the experimental key prefer-active-python in
    pyproject.toml.
  * d/control: Add python3-trove-classifiers as a Build Dependency.
    - Also add python3-trove-classifiers as Dependency in d/tests/control file.
  * d/rules: Ignore the next test the need more work before active them:
    - test_executor_should_write_pep610_url_references_for_git_with_subdirectories
    - test_executor_should_write_pep610_url_references_for_non_wheel_urls
    - test_executor_should_write_pep610_url_references_for_non_wheel_files
    - test_prepare_sdist
    - test_shell. This tests fails because an issue in shellingham Debian package
      (no bug reported yet). When it is fixed this test will be activated
      again.
  * d/rules: Remove execute_after_dh_install target.
    - The foo folder and .gitignore file is not installed anymore by the upstream.
    - The Python fles: factory.py, mixology/partial_solution.py,
      mixology/term.py, mixology/version_solver.py, puzzle/provider.py,
      repositories/legacy_repository.py, repositories/pool.py,
      repositories/pypi_repository.py and repositories/repository.py are not
      created with execution permission anymore.
  * d/control: Add python3-tomlkit as Build-Depends.
    - d/tests/control: Add python3-tomlkit as Dependency.
  * d/control: Add python3-all-dev as Build-Depends. Also add it to
    d/tests/control file.
  * d/control: Update my contact information in Uploaders field.
    - d/copyright: Update my contact information in debian/* files copyright.

 -- Emmanuel Arias <email address hidden>  Mon, 07 Aug 2023 12:26:08 -0300

Available diffs

Superseded in sid-release
poetry (1.3.2+dfsg-5) unstable; urgency=medium

  * Upload to unstable.
  * Exclude a test that requires network access.

 -- Stefano Rivera <email address hidden>  Wed, 14 Jun 2023 16:10:40 -0400

Available diffs

Deleted in experimental-release (Reason: None provided.)
poetry (1.3.2+dfsg-4) experimental; urgency=medium

  * Team upload.
  * Patch: Loosen platformdirs dependency.

 -- Stefano Rivera <email address hidden>  Wed, 01 Mar 2023 21:48:29 -0400

Available diffs

Published in bookworm-release
Superseded in sid-release
poetry (1.3.2+dfsg-3) unstable; urgency=medium

  * d/control: Remove python3-pylev as a B-Depends. This is a B-Depends of
    python3-cleo.
    - d/tests/control: Remove python3-pylev as dependency of the autopkgtest.

 -- Emmanuel Arias <email address hidden>  Tue, 17 Jan 2023 18:59:26 -0300

Available diffs

Superseded in sid-release
poetry (1.3.2+dfsg-2) unstable; urgency=medium

  * d/control: Add python3-pylev as a Build Depends (Closes: #1028913).

 -- Emmanuel Arias <email address hidden>  Sat, 14 Jan 2023 20:42:56 -0300

Available diffs

Superseded in sid-release
poetry (1.3.2+dfsg-1) unstable; urgency=medium

  * New upstream version.
  * d/tests/control: Add python3-cachy to autopkgtest dependency.
    - Ignore tests/utils/test_helpers.py test file as in d/rules.

 -- Emmanuel Arias <email address hidden>  Thu, 12 Jan 2023 07:20:09 -0300

Available diffs

Superseded in sid-release
poetry (1.3.1+dfsg-2) unstable; urgency=medium

  * d/rules: Ignore some tests that use internet (Closes: #1028240).
    - Add the ignored tests to autopkgtest.
  * d/tests/control: Add python3-pylev as dependency.

 -- Emmanuel Arias <email address hidden>  Mon, 09 Jan 2023 22:38:41 -0300
Superseded in sid-release
poetry (1.3.1+dfsg-1) unstable; urgency=medium

  * New upstream version.
  * d/rules: Ignore more tests that need more work after Debian freeze.
  * d/control: Bump Standards-Version to 4.6.2 (from 4.6.1). No changes
    needed.

 -- Emmanuel Arias <email address hidden>  Sat, 07 Jan 2023 23:41:25 -0300

Available diffs

Superseded in sid-release
poetry (1.2.2+dfsg-1) unstable; urgency=medium

  * New upstream version (Closes: #1023612, #1025025).
  * d/control: Add new packages as Build Depends: python3-deepdiff,
    python3-dulwich, python3-pip, python3-pytest-xdist, python3-venv,
    python3.11-venv.
  * d/rules: Skip tests, they need more work before active them:
    test_package_partial_yank, test_run_installs_with_same_version_url_files,
    test_env_info_displays_complete_info, test_skip_existing_output,
    test_installer_should_use_the_locked_version_of_git_dependencies_with_extras,
    test_installer_should_use_the_locked_version_of_git_dependencies_without_reference,
    test_installer_uses_prereleases_if_they_are_compatible,
    test_requirement_git_subdirectory and test_config.py.
  * d/patches: Remove all patches they are not longer needed.
  * d/patches/0001-Accept-Python-version-string-with-a-at-the-end.patch: Add patch
    to make poetry accept Python version string with a + at the end.
  * d/tests/: Update autopkgtests to work with new upstream release.
    - d/tests/control: Add python3-pytest-xdist, python3-venv, python3.11-venv
    as dependencies.
    - d/tests/pytest: Update the ignore tests. They are the same as in
    d/rules.

 -- Emmanuel Arias <email address hidden>  Thu, 17 Nov 2022 10:32:39 -0300
Superseded in sid-release
poetry (1.1.14+dfsg-1) unstable; urgency=medium

  * New upstream version.
  * d/patches/PR3544.patch: Remove patch, already applied by the upstream.
  * d/control: Bump Standards-Version to 4.6.1 (from 4.6.0.1). No changes
    needed.
  * d/copyright: Update Copyright year for debian/* files.
  * d/rules: Remove .gitignore file from poetry/_vendor.
  * d/rules: Remove execution permissions to upstream files in poetry folder:
    factory.py, mixology/partial_solution.py, mixology/term.py,
    mixology/version_solver.py, puzzle/provider.py,
    repositories/legacy_repository.py, repositories/pool.py,
    repositories/pypi_repository.py, repositories/repository.py.
  * d/control: Remove python3-setuptools from build Depends.
  * d/control: Add <!nochek> profile in Build Depends to the packages that
    are used in tests.
  * d/tests: Add autopkgtests.
  * d/control: Remove trivial autopkgtest-pkg-python.

 -- Emmanuel Arias <email address hidden>  Sun, 21 Aug 2022 14:40:13 -0400

Available diffs

Superseded in sid-release
poetry (1.1.12+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * debian/watch: change regex to remove alpha, beta and release candidate
    from matched versions.
  * d/control: Bump Standards-Version to 4.6.0.1. No changes needed.
  * d/patches: Remove patch that add the setup.py. Now poetry is builded using
    pep517.
    - Update the name of the other patches.
  * d/control: Build with pybuild's pyproject plugin. Add
    pybuild-plugin-pyproject as Build Depends.

 -- Emmanuel Arias <email address hidden>  Mon, 27 Dec 2021 17:51:58 -0300

Available diffs

Superseded in sid-release
poetry (1.1.11+dfsg-3) unstable; urgency=medium

  * debian/patches/PR3544.patch
    - add upstream PR 3544, fixes a failure running test on python 3.10

 -- Sandro Tosi <email address hidden>  Tue, 21 Dec 2021 01:24:46 -0500

Available diffs

Superseded in sid-release
poetry (1.1.11+dfsg-1) unstable; urgency=medium

  * Initial release (Closes: #947261)

 -- Emmanuel Arias <email address hidden>  Tue, 31 Mar 2020 21:29:12 -0300
124 of 24 results