diff --git a/perky-0.9.2.tar.gz b/perky-0.9.2.tar.gz deleted file mode 100644 index 3900b39..0000000 --- a/perky-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02e5ebe84c5beaff6c8254497c75793b7dbaca903941c82035958ddb1bb66178 -size 33843 diff --git a/perky-0.9.3.tar.gz b/perky-0.9.3.tar.gz new file mode 100644 index 0000000..7bd7bef --- /dev/null +++ b/perky-0.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae847c4ff1f5e2bde74097eb7a29a1411bc22912142ba4c8cf08d77789823f08 +size 35475 diff --git a/python-perky.changes b/python-perky.changes index 97a1461..24154e7 100644 --- a/python-perky.changes +++ b/python-perky.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Nov 14 08:21:05 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.9.3 + * pragma_include now accepts a new jail argument, + a boolean. By default jail is false. If jail is + true, the paths to included files must be in or under + the path from include_paths. + * pragma_include now permits pathlib.Path + objects in its include_paths parameter. + It still supports str objects too, of course. + ------------------------------------------------------------------- Sun Jan 7 20:10:29 UTC 2024 - Dirk Müller diff --git a/python-perky.spec b/python-perky.spec index 00ab1d3..c09e8b1 100644 --- a/python-perky.spec +++ b/python-perky.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-perky -Version: 0.9.2 +Version: 0.9.3 Release: 0 Summary: A parser for the perky text file format License: MIT