From 99e170b423e25e3baf9afb3aba35a432588b3a19510dfe8c45e17900a09ba480 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jan 2024 21:00:41 +0000 Subject: [PATCH] - update to 22.1.0: * Add support for multiple file systems path rules. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=102 --- Faker-22.0.0.tar.gz | 3 --- Faker-22.1.0.tar.gz | 3 +++ python-Faker.changes | 6 ++++++ python-Faker.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 Faker-22.0.0.tar.gz create mode 100644 Faker-22.1.0.tar.gz diff --git a/Faker-22.0.0.tar.gz b/Faker-22.0.0.tar.gz deleted file mode 100644 index ce5b93f..0000000 --- a/Faker-22.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d5dc0a75da7bc40741ee4c84d99dc087b97bd086d4222ad06ac4dd2219bcf3f -size 1702044 diff --git a/Faker-22.1.0.tar.gz b/Faker-22.1.0.tar.gz new file mode 100644 index 0000000..ea4814b --- /dev/null +++ b/Faker-22.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd0e04ed7da1bb8037afc40d1127d19e0ac4afac247a1fe1d8dde9b5c6d6e5b +size 1702277 diff --git a/python-Faker.changes b/python-Faker.changes index 53388d3..0797477 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 8 21:00:30 UTC 2024 - Dirk Müller + +- update to 22.1.0: + * Add support for multiple file systems path rules. + ------------------------------------------------------------------- Sat Jan 6 17:12:29 UTC 2024 - Dirk Müller diff --git a/python-Faker.spec b/python-Faker.spec index e86cd7a..572c098 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Faker -Version: 22.0.0 +Version: 22.1.0 Release: 0 Summary: Python package that generates fake data License: MIT