Skip to content

Commit

Permalink
Update python-oslo.utils to version 6.2.0 / rev 31 via SR 1099312
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1099312
by user dirkmueller + dimstar_suse
- update to version 6.2.0
  - Replace deprecated assertAlmostEquals method
  - Fix compatibility with Python 3.8
  - Moves supported python runtimes from version 3.8 to 3.10
  - Bump bandit
  - strutils: update string_to_bytes
  - Implement zoneinfo support to drop dependency to pytz
  - Add netutils.get_my_ipv6()
  - Use the new openstack-python3-jobs template
  - Revert "Moves supported python runtimes from version 3.8 to 3.10"
  - Update units for current SI prefixes
  - Update master for stable/2023.1
  • Loading branch information
dirkmueller authored and bmwiedemann committed Jul 18, 2023
1 parent d795fc2 commit 2f59874
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 8 deletions.
Binary file modified packages/p/python-oslo.utils/.files
Binary file not shown.
19 changes: 19 additions & 0 deletions packages/p/python-oslo.utils/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -534,4 +534,23 @@
- Add Python3 antelope unit tests</comment>
<requestid>1055986</requestid>
</revision>
<revision rev="31" vrev="1">
<srcmd5>3777ae2761b589ee1feaf2fc7c70b79a</srcmd5>
<version>6.2.0</version>
<time>1689710949</time>
<user>dimstar_suse</user>
<comment>- update to version 6.2.0
- Replace deprecated assertAlmostEquals method
- Fix compatibility with Python 3.8
- Moves supported python runtimes from version 3.8 to 3.10
- Bump bandit
- strutils: update string_to_bytes
- Implement zoneinfo support to drop dependency to pytz
- Add netutils.get_my_ipv6()
- Use the new openstack-python3-jobs template
- Revert &quot;Moves supported python runtimes from version 3.8 to 3.10&quot;
- Update units for current SI prefixes
- Update master for stable/2023.1</comment>
<requestid>1099312</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-oslo.utils/.servicemark

This file was deleted.

1 change: 0 additions & 1 deletion packages/p/python-oslo.utils/oslo.utils-6.1.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-oslo.utils/oslo.utils-6.2.0.tar.gz
16 changes: 16 additions & 0 deletions packages/p/python-oslo.utils/python-oslo.utils.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jul 18 16:41:01 UTC 2023 - cloud-devel@suse.de

- update to version 6.2.0
- Replace deprecated assertAlmostEquals method
- Fix compatibility with Python 3.8
- Moves supported python runtimes from version 3.8 to 3.10
- Bump bandit
- strutils: update string_to_bytes
- Implement zoneinfo support to drop dependency to pytz
- Add netutils.get_my_ipv6()
- Use the new openstack-python3-jobs template
- Revert "Moves supported python runtimes from version 3.8 to 3.10"
- Update units for current SI prefixes
- Update master for stable/2023.1

-------------------------------------------------------------------
Thu Dec 1 10:44:25 UTC 2022 - cloud-devel@suse.de

Expand Down
12 changes: 6 additions & 6 deletions packages/p/python-oslo.utils/python-oslo.utils.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.utils
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,13 +17,13 @@


Name: python-oslo.utils
Version: 6.1.0
Version: 6.2.0
Release: 0
Summary: OpenStack Utils Library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.utils
Source0: https://files.pythonhosted.org/packages/source/o/oslo.utils/oslo.utils-6.1.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/o/oslo.utils/oslo.utils-6.2.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-Babel
BuildRequires: python3-ddt
Expand Down Expand Up @@ -72,7 +72,7 @@ BuildRequires: python3-openstackdocstheme
Documentation for OpenStack utils library.

%prep
%autosetup -p1 -n oslo.utils-6.1.0
%autosetup -p1 -n oslo.utils-6.2.0

%py_req_cleanup

Expand All @@ -83,14 +83,14 @@ Documentation for OpenStack utils library.
%py3_install

# generate html docs
PBR_VERSION=6.1.0 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=6.2.0 %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}

%check
# tests fail with python 3.8
rm -v oslo_utils/tests/test_reflection.py
python3 -m stestr.cli run
%{openstack_stestr_run}

%files -n python3-oslo.utils
%license LICENSE
Expand Down

0 comments on commit 2f59874

Please sign in to comment.