From 3b9c78ed6e002c5abbbface823d26ff58af3b2ea3fec8b8b6219a95ea790d458 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 11 Feb 2020 15:23:44 +0000 Subject: [PATCH] Accepting request 773478 from home:TheBlackCat:branches:devel:languages:python:numeric - Update to 3.0.8 * Add lockfiles for ancillary npm packages - Update to 3.0.7 * Add filter for local plugins * Fix code style and improve build efficiency * Fix incorrect list.extend usage * Fix invalid python2 syntax * Update girder build to remove old node_modules * Rename the Ansible variable girder_package_path and default it to empty * Clarify girder_version Ansible parameter docs * In Ansible, remove "girder_pip_extra_args" and make "girder_version" * Update molecule dependencies * Ensure core swagger client does not put passwords in URL * Fix an issue with publishing npm packages OBS-URL: https://build.opensuse.org/request/show/773478 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-girder-client?expand=0&rev=8 --- girder-client-3.0.6.tar.gz | 3 --- girder-client-3.0.8.tar.gz | 3 +++ python-girder-client.changes | 18 ++++++++++++++++++ python-girder-client.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 girder-client-3.0.6.tar.gz create mode 100644 girder-client-3.0.8.tar.gz diff --git a/girder-client-3.0.6.tar.gz b/girder-client-3.0.6.tar.gz deleted file mode 100644 index 0fa9609..0000000 --- a/girder-client-3.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:073c32dfc3eef190bc42731fabbb9fc7013600d44089ab593066eedb13db243a -size 20786 diff --git a/girder-client-3.0.8.tar.gz b/girder-client-3.0.8.tar.gz new file mode 100644 index 0000000..3555318 --- /dev/null +++ b/girder-client-3.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb77e5ef89a4898b10cc4569336eef8ebca6a9f33cff4a9d3e42a6399ed18ff7 +size 20609 diff --git a/python-girder-client.changes b/python-girder-client.changes index 8a37c1a..36078d5 100644 --- a/python-girder-client.changes +++ b/python-girder-client.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Feb 10 15:23:06 UTC 2020 - Todd R + +- Update to 3.0.8 + * Add lockfiles for ancillary npm packages +- Update to 3.0.7 + * Add filter for local plugins + * Fix code style and improve build efficiency + * Fix incorrect list.extend usage + * Fix invalid python2 syntax + * Update girder build to remove old node_modules + * Rename the Ansible variable girder_package_path and default it to empty + * Clarify girder_version Ansible parameter docs + * In Ansible, remove "girder_pip_extra_args" and make "girder_version" + * Update molecule dependencies + * Ensure core swagger client does not put passwords in URL + * Fix an issue with publishing npm packages + ------------------------------------------------------------------- Thu Jan 30 19:34:04 UTC 2020 - Todd R diff --git a/python-girder-client.spec b/python-girder-client.spec index 65a9fee..fd20500 100644 --- a/python-girder-client.spec +++ b/python-girder-client.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-girder-client -Version: 3.0.6 +Version: 3.0.8 Release: 0 Summary: Python Girder client License: Apache-2.0