diff --git a/parse-1.20.0.tar.gz b/parse-1.20.0.tar.gz deleted file mode 100644 index 2ea9290..0000000 --- a/parse-1.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd28bae37714b45d5894d77160a16e2be36b64a3b618c81168b3684676aa498b -size 28871 diff --git a/parse-1.20.1.tar.gz b/parse-1.20.1.tar.gz new file mode 100644 index 0000000..16c1da5 --- /dev/null +++ b/parse-1.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09002ca350ad42e76629995f71f7b518670bcf93548bdde3684fd55d2be51975 +size 29122 diff --git a/python-parse.changes b/python-parse.changes index a177233..aa999a6 100644 --- a/python-parse.changes +++ b/python-parse.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 30 18:07:15 UTC 2024 - Dirk Müller + +- update to 1.20.1: + * add formatter property, closes #172 + * add security policy file. closes #175. + * Support various number of digits after the comma in the + timestamp %f … + ------------------------------------------------------------------- Sat Jan 13 20:40:54 UTC 2024 - Dirk Müller diff --git a/python-parse.spec b/python-parse.spec index 177d049..7d14c69 100644 --- a/python-parse.spec +++ b/python-parse.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parse -Version: 1.20.0 +Version: 1.20.1 Release: 0 Summary: Python module for parsing strings using a "format" syntax License: MIT