From 4791df932ade6a5c30583f7549046b5641ffbcae286e1e9fc794d754d94c5630 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 26 Dec 2023 20:28:57 +0000 Subject: [PATCH] - update to 1.18.1: * fix(fs): remove DVC-specific broken cache optimization * **Full Changelog**: https://github.com/iterative/PyDrive2/compare/1.16.2...1.18.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydrive2?expand=0&rev=10 --- PyDrive2-1.17.0.tar.gz | 3 --- PyDrive2-1.18.1.tar.gz | 3 +++ python-pydrive2.changes | 8 ++++++++ python-pydrive2.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 PyDrive2-1.17.0.tar.gz create mode 100644 PyDrive2-1.18.1.tar.gz diff --git a/PyDrive2-1.17.0.tar.gz b/PyDrive2-1.17.0.tar.gz deleted file mode 100644 index 784cca3..0000000 --- a/PyDrive2-1.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68fea934347bb612b7a848811d48149db840bcfb5fa4d7a8b6161b2d2adfec70 -size 60805 diff --git a/PyDrive2-1.18.1.tar.gz b/PyDrive2-1.18.1.tar.gz new file mode 100644 index 0000000..fdfd7e6 --- /dev/null +++ b/PyDrive2-1.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dca8842f7c3d63fd35ab55492af2a8b5b39f1cc811042fe37ffbed1c48303f +size 60629 diff --git a/python-pydrive2.changes b/python-pydrive2.changes index 0e458e8..eff922d 100644 --- a/python-pydrive2.changes +++ b/python-pydrive2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 26 20:28:13 UTC 2023 - Dirk Müller + +- update to 1.18.1: + * fix(fs): remove DVC-specific broken cache optimization + * **Full Changelog**: + https://github.com/iterative/PyDrive2/compare/1.16.2...1.18.1 + ------------------------------------------------------------------- Thu Dec 14 20:55:41 UTC 2023 - Dirk Müller diff --git a/python-pydrive2.spec b/python-pydrive2.spec index c91ee33..5e509cf 100644 --- a/python-pydrive2.spec +++ b/python-pydrive2.spec @@ -17,7 +17,7 @@ Name: python-pydrive2 -Version: 1.17.0 +Version: 1.18.1 Release: 0 Summary: A wrapper library for google-api-python-client License: Apache-2.0