Skip to content

Commit

Permalink
Upgraded pywbem to 1.1.0 to pick up fixes and enhancements
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Oct 6, 2020
1 parent ca35078 commit ad4b5ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Released: not yet
were not ordered before non-key properties but ordered along with them.
(see issue #782)

* Upgraded pywbem to 1.1.0 to pick up fixes and enhancements. (see issue #749)

**Enhancements:**

* Introduced caching of the mock environment used by connection definitions in
Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,7 @@ def get_version(version_file):
'py': ('https://docs.python.org/2/', None), # agnostic to Python version
'py2': ('https://docs.python.org/2', None), # specific to Python 2
'py3': ('https://docs.python.org/3', None), # specific to Python 3
'pywbem': ('https://pywbem.readthedocs.io/en/latest', None),
# TODO: Go back to using stable once pywbem 1.1.0 is released.
'pywbem': ('https://pywbem.readthedocs.io/en/stable', None),
}

intersphinx_cache_limit = 5
Expand Down
5 changes: 2 additions & 3 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ wheel==0.33.5; python_version >= '3.8'

# Direct dependencies for install (must be consistent with requirements.txt)

# pywbem==0.17.0
pywbem==1.1.0
# Alternative to test against current github master pywbem
git+https://github.com/pywbem/pywbem.git@master#egg=pywbem
# TODO: Upgrade to pywbem 1.1.0 once released.
# git+https://github.com/pywbem/pywbem.git@master#egg=pywbem

nocaselist==1.0.3
nocasedict==1.0.1
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

# Direct dependencies (except pip, setuptools, wheel):

# pywbem>=0.17.0
pywbem>=1.1.0
# Alternative to test against current github master pywbem
git+https://github.com/pywbem/pywbem.git@master#egg=pywbem
# TODO: Upgrade to pywbem 1.1.0 once released.
# git+https://github.com/pywbem/pywbem.git@master#egg=pywbem

nocaselist>=1.0.3
nocasedict>=1.0.1
Expand Down

0 comments on commit ad4b5ea

Please sign in to comment.