The deprecation message appears up to 0.3.5 and is not present starting with 0.3.6.
Hi Anthon. Thanks for the fast reply! I am specifying it in the pip requirements file of my package and in a pip constraints file: In requirements.txt: ruamel.yaml>=0.18.17 ruamel.yaml.clibz>=0.3.3 In constraints.txt: ruamel.yaml==0.18.17 ruamel.yaml.clibz==0.3.3 The pip wheel cache must not contain a wheel file for ruamel.yaml.clibz: pip cache list | grep ruamel.yaml.clibz The package must be uninstalled: pip uninstall -y ruamel.yaml ruamel.yaml.clibz I can then reproduce the deprecation message...
setup.py build method is deprecated and will be removed
SyntaxError: future feature annotations is not defined with version 0.18.4 on Python 3.6
One small correction: Looking at the source code of SFCB, it turns out that SFCB 1.4.5 actually introduced support for pull operations. The SFCB version that was used in the error case was 1.3.11, which explains why it did not support them. Still, this version, and probably any SFCB version before 1.4.5 returns the wrong status code. I di not expect that SFCB fixes the status code in these versions, but this issue can be used by users to understand that they can fix this by upgrading SFCB to 1.4.5...
Invalid CIM status code for pull operations
The latest version I can see on Pypi is the 0.15 version released on 7/21. However, when I do a pip install docutils --upgrade it downloads a docutils-0.15.post1-py2-none-any.whl, wich after installation reports 0.15 (without .post1). That is very strange... I can confirm that the new version solves the original issue, but the strange thing is that it is called version 0.15. So in any given Python environment, I have no way to find out whether it is the broken 0.15 or the fixed 0.15??
The latest version I can see on Pypi is the 0.15 version released on 7/21. However, when I do a pip install docutils --upgrade it downloads a docutils-0.15.post1-py2-none-any.whl, wich after installation reports 0.15 (without .post1). That is very strange...
The latest version I can see on Pypi is the 0.15 version released on 7/21.
We (pywbem package) also ran into the same kind of issue on Python 2.7 (2.7.16 on local MacOS and 2.7.15 on Travis xenial), although on a different line of docutils. I verified that the issue occurs with docutils 0.15, and does not occur with docutils 0.14. We will pin docutils to 0.14 until this issue is fixed. Travis log of the issue: https://travis-ci.org/pywbem/pywbem/jobs/561714372 pywbem issue documenting this: https://github.com/pywbem/pywbem/issues/1788 End of the traceback: File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/docutils/io.py",...
We also ran into a similar issue in pywbem, although on a different line of docutils. I verified that the issue occurs with docutils 0.15, and does not occur with docutils 0.14. We will pin docutils to 0.14 until this issue is fixed. Travis log of the issue: https://travis-ci.org/pywbem/pywbem/jobs/561714372 pywbem issue documenting this: https://github.com/pywbem/pywbem/issues/1788 End of the traceback: File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/docutils/io.py", line...
We also ran into a similar issue in pywbem, although on a different line of docutils. I verified that the issue occurs with docutils 0.15, and does not occur with docutils 0.14. We will pin docutils to 0.14 until this issue is fixed. Travis log of the issue: https://travis-ci.org/pywbem/pywbem/jobs/561714372 pywbem issue documenting this: https://github.com/pywbem/pywbem/issues/1788 End of the traceback: File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/docutils/io.py", line...
We also ran into a similar issue in pywbem. I verified that the issue occurs with docutils 0.15, and does not occur with docutils 0.14. We will pin docutils to 0.14 until this issue is fixed. Travis log of the issue: https://travis-ci.org/pywbem/pywbem/jobs/561714372 pywbem issue documenting this: https://github.com/pywbem/pywbem/issues/1788 End of the traceback: File "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/docutils/io.py", line 348 (self.destination.mode, mode)), file=self._stderr)...
We also ran into this issue in pywbem. I verified that the issue occurs with docutils 0.15, and does not occur with docutils 0.14. We will pin docutils to 0.14 until this issue is fixed. Travis log of the issue: https://travis-ci.org/pywbem/pywbem/jobs/561714372 pywbem issue documenting this: https://github.com/pywbem/pywbem/issues/1788
Added sitemap.xml to web project; The old web p...
Updated README files in the distribution subtre...
Fixed link in README file for 0.8.0 distribution.
Updated README file for 0.8.0 distribution to p...
Re-enabled index.shtml for search engine scanni...
Added README file to root directory of code rep...
Described new publish script in HOWTO.md; Minor...
Exchanged publish-as with publish script which ...
Added identification file for Google search eng...
Modified all web pages to redirect to the new w...
Home
PyWBEM has moved to GitHub
Added publish-as script to remember how to publ...
Changed redirection time to 0, making it a perm...
Added robots.txt that disallows any scans.
Redirecting the page to the new location.
Home
PyWBEM has moved to GitHub
UnboundLocalError: local variable 'url_' referenced before assignment
Resolve PyLint issues
Closed; will be pursued on the new project presence at GitHub.
UnboundLocalError: local variable 'url_' referenced before assignment
Fixed as proposed, in v0.8.0-dev.20151008 on the new project presence at GitHub:...
Home
Updated project web site: Made API reference an...
Preliminary version 0.8.0-dev.r728 has been released
Current timeout is very long
Implemented a timer-based timeout that shuts down the connection socket if it expires....
Released preliminary version 0.8.0-dev.r728
Fixed timeout support added in r727;
Preliminary version 0.8.0-dev.r721 has been released
Preliminary version 8.0.0-dev.r721 has been released
Resolve PyLint issues
Current timeout is very long
Current timeout is very long
Misleading error about bad HTTP status line raised when connection to server times out
Fixed in commit level r721.
Issues with exceptions that can be raised
Fixed all of those in commit level r721. The exceptions that can be seen by a user...
Fixed in commit level r718, including testcases for such illegal sequences.
Illegal characters in CIM-XML responses cause meaningless ExpatError message
Add support for CDATA-based escaping of embedded objects
Fixed in commit level r715. The switch is a global variable _CDATA_ESCAPING in the...
Note that DSP0201 2.4.0 has added section 5.1.1.4 "Escaping of element content and...
Issues with exceptions that can be raised
Released preliminary version 0.8.0-dev.r712
parser breaks IPv6 support
Issues with generated MOF for classes and qualifier declarations
Fixed all of these issues in cim_obj.py Added test code for the new mofstr() function...
Fixed bug 29:
Released preliminary version 0.8.0-dev.r710
Added classifiers information to setup.py to ma...
wbemcli.py: Added support for Windows; Cleaned ...
Cleaned up public symbols and wildcard symbols.
parser breaks IPv6 support
Adjusted the new testsuite/test_cim_http.py to be consistent with other testcases....
Fixed bug 22: Improved parsing of URLs to be co...
Made showstatus target phony, to avoid useless ...
Extrinsic method calls may fail with deficient CIM servers.
Released preliminary version 0.8.0-dev.r704
Updated change history.
Attempt to read HTTP body when CIMError header is set
CIM-XML declaration support in MOF compiler
Here is the patch as committed, in case people want to review that.
After starting to implement, I found out that the intended solution does not work....
After starting to implement, I found out that the intended solution does not work....
Extrinsic method calls may fail with deficient CIM servers.
After starting to implement, I found out that the intended solution does not work....
Improved and fixed operation testcases, and use...
Fix for bug 4: Added an optional Params paramet...
Removed the limitation in the CIMProperty const...
Released preliminary version 0.8.0-dev.r699.
CIM-XML declaration support in MOF compiler
This was discussed briefly on the mailing list: https://sourceforge.net/p/pywbem/mailman/message/32808605/...
Added displaying of SVN status in makefile-base...
Fixed bug 21: Added code in support of CIM-XML ...
Fixed bug 6: Attempt to read HTTP body when CIM...
Attempt to read HTTP body when CIMError header is set
I have adjusted the patch listed above to the latest code level, and have committed...
I would like to proceed with this bug by implementing option 2.b) described abov...
License statement may be confusing - LGPL2 or LGPL2+
Just updating the bug status. The changes described had already been committed and...
Rebuilt distribution archive.
Added commit level to file name of generated di...