diff mbox series

[meta-python,26/32] python3-semver: upgrade 3.0.2 -> 3.0.3

Message ID 1737360846-4824-26-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/32] cbindgen: update 0.27.0 -> 0.28.0 | expand

Commit Message

Wang Mingyu Jan. 20, 2025, 8:14 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Replace organization placeholder

Changelog:
===========
- Use meta directive for SEO
- Move search box more at the top
- Update workflow file
- Improve type hints to fix TODOs
- Gha add python313
- Improve private _nat_cmp() method
- Modernize project configs with pyproject.toml
- Turn our Markdown issue templates into YAML
- Fix comparison with subclasses

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-semver_3.0.2.bb => python3-semver_3.0.3.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-semver_3.0.2.bb => python3-semver_3.0.3.bb} (67%)

Comments

Khem Raj Jan. 24, 2025, 3:56 a.m. UTC | #1
ptests fails with this version

file /usr/lib/python3-semver/ptest/tests/test_semver.py, line 27
  def test_should_versioninfo_to_dict(version):
E       fixture 'version' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/usr/lib/python3-semver/ptest/tests/test_semver.py:27
ERROR: tests/test_semver.py:test_should_versioninfo_to_dict

file /usr/lib/python3-semver/ptest/tests/test_semver.py, line 33
  def test_should_versioninfo_to_tuple(version):
E       fixture 'version' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/usr/lib/python3-semver/ptest/tests/test_semver.py:33
ERROR: tests/test_semver.py:test_should_versioninfo_to_tuple

file /usr/lib/python3-semver/ptest/tests/test_semver.py, line 39
  def test_version_info_should_be_iterable(version):
E       fixture 'version' not found
>       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
>       use 'pytest --fixtures [testpath]' for help on them.

/usr/lib/python3-semver/ptest/tests/test_semver.py:39
ERROR: tests/test_semver.py:test_version_info_should_be_iterable

On Mon, Jan 20, 2025 at 12:14 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> License-Update: Replace organization placeholder
>
> Changelog:
> ===========
> - Use meta directive for SEO
> - Move search box more at the top
> - Update workflow file
> - Improve type hints to fix TODOs
> - Gha add python313
> - Improve private _nat_cmp() method
> - Modernize project configs with pyproject.toml
> - Turn our Markdown issue templates into YAML
> - Fix comparison with subclasses
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{python3-semver_3.0.2.bb => python3-semver_3.0.3.bb}      | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-semver_3.0.2.bb => python3-semver_3.0.3.bb} (67%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb b/meta-python/recipes-devtools/python/python3-semver_3.0.3.bb
> similarity index 67%
> rename from meta-python/recipes-devtools/python/python3-semver_3.0.2.bb
> rename to meta-python/recipes-devtools/python/python3-semver_3.0.3.bb
> index b329d65e1f..6767c70da2 100644
> --- a/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-semver_3.0.3.bb
> @@ -2,9 +2,9 @@ DESCRIPTION = "Python module for Semantic Versioning"
>  HOMEPAGE = "https://github.com/python-semver/python-semver"
>  BUGTRACKER = "https://github.com/python-semver/python-semver"
>  LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d9da679db3bdce30a1b4328d5c474f98"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3ce011bad2c5218ddd4973952a6db93a"
>
> -SRC_URI[sha256sum] = "6253adb39c70f6e51afed2fa7152bcd414c411286088fb4b9effb133885ab4cc"
> +SRC_URI[sha256sum] = "8769a03a93507fecdf19b6eefb08d5e95b462504871a61e29e09798822888c94"
>
>  inherit pypi python_setuptools_build_meta ptest-python-pytest
>
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#114988): https://lists.openembedded.org/g/openembedded-devel/message/114988
> Mute This Topic: https://lists.openembedded.org/mt/110711751/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb b/meta-python/recipes-devtools/python/python3-semver_3.0.3.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-semver_3.0.2.bb
rename to meta-python/recipes-devtools/python/python3-semver_3.0.3.bb
index b329d65e1f..6767c70da2 100644
--- a/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-semver_3.0.3.bb
@@ -2,9 +2,9 @@  DESCRIPTION = "Python module for Semantic Versioning"
 HOMEPAGE = "https://github.com/python-semver/python-semver"
 BUGTRACKER = "https://github.com/python-semver/python-semver"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d9da679db3bdce30a1b4328d5c474f98"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3ce011bad2c5218ddd4973952a6db93a"
 
-SRC_URI[sha256sum] = "6253adb39c70f6e51afed2fa7152bcd414c411286088fb4b9effb133885ab4cc"
+SRC_URI[sha256sum] = "8769a03a93507fecdf19b6eefb08d5e95b462504871a61e29e09798822888c94"
 
 inherit pypi python_setuptools_build_meta ptest-python-pytest