diff --git a/easydev-0.13.2.tar.gz b/easydev-0.13.2.tar.gz deleted file mode 100644 index 996e8e9..0000000 --- a/easydev-0.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcf2a26adfdc1e108ef65f6b5cbf917740feb4726ef3332ce2ec2cf29b722d6a -size 81280 diff --git a/easydev-0.13.3.tar.gz b/easydev-0.13.3.tar.gz new file mode 100644 index 0000000..47a9067 --- /dev/null +++ b/easydev-0.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347f814bde55f444cd4f1e6550189957f5933b257c4d7ade21198db370e417de +size 83581 diff --git a/python-easydev.changes b/python-easydev.changes index 6af0297..c4e845d 100644 --- a/python-easydev.changes +++ b/python-easydev.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 13 03:01:27 UTC 2025 - Steve Kowalik + +- Update to 0.13.3: + * Support poetry-core 2.0 by @s-t-e-v-e-n-k in #37 +- Drop patch support-poetry-core-2.patch, included upstream. + ------------------------------------------------------------------- Fri Jan 10 04:35:36 UTC 2025 - Steve Kowalik diff --git a/python-easydev.spec b/python-easydev.spec index c7f2299..421f850 100644 --- a/python-easydev.spec +++ b/python-easydev.spec @@ -17,14 +17,12 @@ Name: python-easydev -Version: 0.13.2 +Version: 0.13.3 Release: 0 Summary: Common utilities to ease the development of Python packages License: BSD-3-Clause URL: https://github.com/cokelaer/easydev Source: https://github.com/cokelaer/easydev/archive/refs/tags/v%{version}.tar.gz#/easydev-%{version}.tar.gz -# PATCH-FIX-UPSTREAM gh#cokelaer/easydev#37 -Patch0: support-poetry-core-2.patch BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-colorama diff --git a/support-poetry-core-2.patch b/support-poetry-core-2.patch deleted file mode 100644 index e1f8eea..0000000 --- a/support-poetry-core-2.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 57840ffd66a23e9546c3cf97f870094d0b6dd5aa Mon Sep 17 00:00:00 2001 -From: Steve Kowalik -Date: Fri, 10 Jan 2025 15:33:10 +1100 -Subject: [PATCH] Support poetry-core 2.0 - -poetry-core 2.0 has been released, and it is a lot more strict with the -configuration in pyproject.toml. ---- - pyproject.toml | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 52c55a3..2ad7f62 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -2,11 +2,13 @@ - requires = ["poetry-core"] - build-backend = "poetry.core.masonry.api" - --[tool.poetry] -+[project] - name = "easydev" - version = "0.13.2" - description = "Commn utilities to ease development of Python packages" --authors = ["Thomas Cokelaer "] -+authors = [ -+ { "name" = "Thomas Cokelaer", "email" = "thomas.cokelaer@pasteur.fr" }, -+] - license = "BSD-3-Clause" - readme = "README.rst" - keywords = ["config", "decorators", "development"]