Update package to version 1.0.0

This commit is contained in:
desert-sailor 2024-02-28 11:07:39 +08:00
parent 2634b9d7a7
commit 211eda8d96
3 changed files with 6 additions and 1 deletions

Binary file not shown.

BIN
plette-1.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <dongxing.wang_a@thundersoft.com> - 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 <dxwangk@isoftstone.com> - 0.4.4-1
- Initial package to version 0.4.4 for requirementslib