diff --git a/python-proton-core.changes b/python-proton-core.changes index 292318d..fe1d1b2 100644 --- a/python-proton-core.changes +++ b/python-proton-core.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Sep 30 13:04:30 UTC 2024 - Dirk Müller + +- update to 0.3.3: + * Amend type hinting + * ProtonSSO : allow selecting the keyring backend (unspecified: + load default keyring) + * External contribution from 'wesinator' : fix hostname segment + regex + * Minor changes following feedback/review + * Allow clients to support 'If-Modified-Since' + * Make logs less verbose + ------------------------------------------------------------------- Mon Aug 5 19:00:36 UTC 2024 - Dirk Müller diff --git a/python-proton-core.spec b/python-proton-core.spec index 0182504..610124e 100644 --- a/python-proton-core.spec +++ b/python-proton-core.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-proton-core -Version: 0.2.0 +Version: 0.3.3 Release: 0 Summary: Proton VPN core library License: GPL-3.0-or-later diff --git a/v0.2.0.tar.gz b/v0.2.0.tar.gz deleted file mode 100644 index 565688f..0000000 --- a/v0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a13790fab695477d3319453e324aff73a29da34f3821e2cbc1960051b817dbf6 -size 74162 diff --git a/v0.3.3.tar.gz b/v0.3.3.tar.gz new file mode 100644 index 0000000..163daf1 --- /dev/null +++ b/v0.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9837199b8fa35e1b29260f863e5bc8718f18eebab580a9ff1707319151ae51e7 +size 76026