diff --git a/plette-0.4.4.tar.gz b/plette-0.4.4.tar.gz deleted file mode 100644 index 7313da1..0000000 Binary files a/plette-0.4.4.tar.gz and /dev/null differ diff --git a/plette-1.0.0.tar.gz b/plette-1.0.0.tar.gz new file mode 100644 index 0000000..b0ed724 Binary files /dev/null and b/plette-1.0.0.tar.gz differ diff --git a/python-plette.spec b/python-plette.spec index f85d6d3..65976de 100644 --- a/python-plette.spec +++ b/python-plette.spec @@ -1,7 +1,7 @@ %global pypi_name plette Name: python-%{pypi_name} -Version: 0.4.4 +Version: 1.0.0 Release: 1 Summary: Plette implements Pipfile and Pipfile.lock parsers, generators, and optional validators. @@ -46,5 +46,10 @@ Plette implements Pipfile and Pipfile.lock parsers, generators, and optional val %{python3_sitelib}/%{pypi_name}*.dist-info/ %changelog +* Wed Feb 28 2024 Dongxing Wang - 1.0.0-1 +- Update package to version 1.0.0 + Rewrite the entire library using dataclasses. + Add more rigorous testing. + * Fri Jun 9 2023 Dongxing Wang - 0.4.4-1 - Initial package to version 0.4.4 for requirementslib