Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-meson-python for openSUSE:Factory checked in at 2023-03-29 23:26:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-meson-python (Old) and /work/SRC/openSUSE:Factory/.python-meson-python.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-meson-python" Wed Mar 29 23:26:09 2023 rev:6 rq:1074506 version:0.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-meson-python/python-meson-python.changes 2023-01-18 13:08:14.079934239 +0100 +++ /work/SRC/openSUSE:Factory/.python-meson-python.new.31432/python-meson-python.changes 2023-03-29 23:26:15.463190714 +0200 @@ -1,0 +2,8 @@ +Sun Mar 26 19:49:50 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.12.1: + * Fix regression where the ``MACOSX_DEPLOYMENT_TARGET`` + environment variable was accidentally renamed to + ``MACOS_DEPLOYMENT_TARGET`` + +------------------------------------------------------------------- Old: ---- meson_python-0.12.0.tar.gz New: ---- meson_python-0.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-meson-python.spec ++++++ --- /var/tmp/diff_new_pack.PflB8T/_old 2023-03-29 23:26:15.931192912 +0200 +++ /var/tmp/diff_new_pack.PflB8T/_new 2023-03-29 23:26:15.935192931 +0200 @@ -17,7 +17,7 @@ Name: python-meson-python -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: Meson Python build backend (PEP 517) License: MIT ++++++ meson_python-0.12.0.tar.gz -> meson_python-0.12.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meson_python-0.12.0/CHANGELOG.rst new/meson_python-0.12.1/CHANGELOG.rst --- old/meson_python-0.12.0/CHANGELOG.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/meson_python-0.12.1/CHANGELOG.rst 1970-01-01 01:00:00.000000000 +0100 @@ -3,6 +3,13 @@ +++++++++ +0.12.1 (17-02-2023) +=================== + +- Fix regression where the ``MACOSX_DEPLOYMENT_TARGET`` environment variable was + accidentally renamed to ``MACOS_DEPLOYMENT_TARGET`` + + 0.12.0 (22-12-2022) =================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meson_python-0.12.0/PKG-INFO new/meson_python-0.12.1/PKG-INFO --- old/meson_python-0.12.0/PKG-INFO 1970-01-01 01:00:00.000000000 +0100 +++ new/meson_python-0.12.1/PKG-INFO 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: meson-python -Version: 0.12.0 +Version: 0.12.1 Summary: Meson Python build backend (PEP 517) Keywords: meson build backend pep517 package Home-page: https://github.com/mesonbuild/meson-python diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meson_python-0.12.0/docs/changelog.rst new/meson_python-0.12.1/docs/changelog.rst --- old/meson_python-0.12.0/docs/changelog.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/meson_python-0.12.1/docs/changelog.rst 1970-01-01 01:00:00.000000000 +0100 @@ -3,6 +3,13 @@ +++++++++ +0.12.1 (17-02-2023) +=================== + +- Fix regression where the ``MACOSX_DEPLOYMENT_TARGET`` environment variable was + accidentally renamed to ``MACOS_DEPLOYMENT_TARGET`` + + 0.12.0 (22-12-2022) =================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meson_python-0.12.0/meson.build new/meson_python-0.12.1/meson.build --- old/meson_python-0.12.0/meson.build 1970-01-01 01:00:00.000000000 +0100 +++ new/meson_python-0.12.1/meson.build 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +1,4 @@ -project('meson-python', version: '0.12.0') +project('meson-python', version: '0.12.1') py_mod = import('python') py = py_mod.find_installation() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meson_python-0.12.0/mesonpy/__init__.py new/meson_python-0.12.1/mesonpy/__init__.py --- old/meson_python-0.12.0/mesonpy/__init__.py 1970-01-01 01:00:00.000000000 +0100 +++ new/meson_python-0.12.1/mesonpy/__init__.py 1970-01-01 01:00:00.000000000 +0100 @@ -63,7 +63,7 @@ cached_property = lambda x: property(functools.lru_cache(maxsize=None)(x)) # noqa: E731 -__version__ = '0.12.0' +__version__ = '0.12.1' _COLORS = { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meson_python-0.12.0/mesonpy/_tags.py new/meson_python-0.12.1/mesonpy/_tags.py --- old/meson_python-0.12.0/mesonpy/_tags.py 1970-01-01 01:00:00.000000000 +0100 +++ new/meson_python-0.12.1/mesonpy/_tags.py 1970-01-01 01:00:00.000000000 +0100 @@ -99,9 +99,9 @@ pass # Override the macOS version if one is provided via the - # MACOS_DEPLOYMENT_TARGET environment variable. + # MACOSX_DEPLOYMENT_TARGET environment variable. try: - version = tuple(map(int, os.environ.get('MACOS_DEPLOYMENT_TARGET', '').split('.')))[:2] + version = tuple(map(int, os.environ.get('MACOSX_DEPLOYMENT_TARGET', '').split('.')))[:2] except ValueError: version = tuple(map(int, ver.split('.')))[:2] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meson_python-0.12.0/tests/test_tags.py new/meson_python-0.12.1/tests/test_tags.py --- old/meson_python-0.12.0/tests/test_tags.py 1970-01-01 01:00:00.000000000 +0100 +++ new/meson_python-0.12.1/tests/test_tags.py 1970-01-01 01:00:00.000000000 +0100 @@ -35,11 +35,11 @@ @pytest.mark.skipif(platform.system() != 'Darwin', reason='macOS specific test') def test_macos_platform_tag(monkeypatch): for minor in range(9, 16): - monkeypatch.setenv('MACOS_DEPLOYMENT_TARGET', f'10.{minor}') + monkeypatch.setenv('MACOSX_DEPLOYMENT_TARGET', f'10.{minor}') assert next(packaging.tags.mac_platforms((10, minor))) == mesonpy._tags.get_platform_tag() for major in range(11, 20): for minor in range(3): - monkeypatch.setenv('MACOS_DEPLOYMENT_TARGET', f'{major}.{minor}') + monkeypatch.setenv('MACOSX_DEPLOYMENT_TARGET', f'{major}.{minor}') assert next(packaging.tags.mac_platforms((major, minor))) == mesonpy._tags.get_platform_tag()