diff --git a/pytoolconfig-1.2.5.spec b/python-pytoolconfig.spec similarity index 70% rename from pytoolconfig-1.2.5.spec rename to python-pytoolconfig.spec index 4611615..5422d25 100644 --- a/pytoolconfig-1.2.5.spec +++ b/python-pytoolconfig.spec @@ -2,13 +2,13 @@ %global pypi_name pytoolconfig Name: python-%{pypi_name} -Version: 1.2.5 +Version: 1.3.1 Release: 1 Summary: Python Tool Configuration to manage configuration for python tools and add support for a pyproject.toml configuration file. License: LGPL-3.0-or-later URL: https://github.com/bageljrkhanofemus/pytoolconfig -Source0: https://files.pythonhosted.org/packages/aa/ce/ac21cf0549ae05d8924e91f02f8b406e43beb42e605dc732fdf700f8cd8c/pytoolconfig-1.2.5.tar.gz +Source0: https://files.pythonhosted.org/packages/18/dc/abf70d2c2bcac20e8c71a7cdf6d44e4ddba4edf65acb179248d554d743db/pytoolconfig-1.3.1.tar.gz BuildArch: noarch @@ -16,9 +16,9 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-hatchling -BuildRequires: python3-virtualenv -BuildRequires: python3-pdm-pep517 +BuildRequires: python3-hatchling +BuildRequires: python3-virtualenv +BuildRequires: python3-pdm-backend %description Python Tool Configuration to manage configuration for python tools and add support for a pyproject.toml configuration file. @@ -45,6 +45,12 @@ Python Tool Configuration to manage configuration for python tools and add suppo %{python3_sitelib}/pytoolconfig %changelog +* Mon Mar 4 2024 Dongxing Wang - 1.3.1-1 +- Update package with version 1.3.1 + Update workflows and tests. + Use trusted publishing and configure Renovate. + Drop 3.7 support and do sys path hack. + * Tue Jun 27 2023 zjyabsa - 1.2.5-1 - Initial package diff --git a/pytoolconfig-1.2.5.tar.gz b/pytoolconfig-1.2.5.tar.gz deleted file mode 100644 index 92249e1..0000000 Binary files a/pytoolconfig-1.2.5.tar.gz and /dev/null differ diff --git a/pytoolconfig-1.3.1.tar.gz b/pytoolconfig-1.3.1.tar.gz new file mode 100644 index 0000000..eab0f82 Binary files /dev/null and b/pytoolconfig-1.3.1.tar.gz differ