Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ged4py for openSUSE:Factory checked in at 2026-04-12 20:17:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ged4py (Old) and /work/SRC/openSUSE:Factory/.python-ged4py.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ged4py" Sun Apr 12 20:17:45 2026 rev:4 rq:1346094 version:0.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ged4py/python-ged4py.changes 2025-05-27 18:44:19.333934083 +0200 +++ /work/SRC/openSUSE:Factory/.python-ged4py.new.21863/python-ged4py.changes 2026-04-12 20:17:48.763412723 +0200 @@ -1,0 +2,32 @@ +Sat Apr 11 17:54:37 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.5.2: + * Add type annotations everywhere. + * Modernize package structure, add pyproject.toml replacing + setup.{py.cfg}. + * Python versions supported/tested are 3.11, 3.12, 3.13. + * Added github actions to do testing with supported Python + versions, drop tox. + * Add pre-commit config with some checks. + * Extend behavior of Record.sub_tags() method. + * Fix crash in sub_tag() with broken files + * Improve handling of invalid dates + * Python3 goodies, use enum classes for enums + * Use numpydoc style for docstrings, add extension to Sphinx + * Drop Python2 compatibility code + * Use github actions instead of Travis CI + * Drop Python2 support + * Python3 supported versions are 3.6 - 3.8 + * Extend dialect detection for new genery.com SOUR format + * Disable hashing for Record types + * Add hash method for DateValue and CalendarDate classes + * Improve ordering of DateValue instances + * Fix parsing of DATE records with leading blanks + * Extend documentation with examples + * Extend docstrings for few classes + * Improve support for GEDCOM date types + * Add support for MacOS line breaks (single CR character) +- add python-convertdate dependency +- update setuptools requirement to >= 61.0 + +------------------------------------------------------------------- Old: ---- ged4py-0.1.12.tar.gz New: ---- ged4py-0.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ged4py.spec ++++++ --- /var/tmp/diff_new_pack.lHcTYj/_old 2026-04-12 20:17:49.407438944 +0200 +++ /var/tmp/diff_new_pack.lHcTYj/_new 2026-04-12 20:17:49.407438944 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ged4py # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-ged4py -Version: 0.1.12 +Version: 0.5.2 Release: 0 Summary: GEDCOM tools for Python License: MIT @@ -25,14 +25,16 @@ URL: https://github.com/andy-z/ged4py Source: https://files.pythonhosted.org/packages/source/g/ged4py/ged4py-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 61.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ansel +Requires: python-convertdate BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module ansel} +BuildRequires: %{python_module convertdate} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -55,7 +57,7 @@ %pytest %files %{python_files} -%doc AUTHORS.rst README.rst +%doc AUTHORS.rst CONTRIBUTING.rst HISTORY.rst README.rst %license LICENSE %{python_sitelib}/ged4py %{python_sitelib}/ged4py-%{version}*-info ++++++ ged4py-0.1.12.tar.gz -> ged4py-0.5.2.tar.gz ++++++ ++++ 7702 lines of diff (skipped)
