Activity for Andreas Maier

  • Andreas Maier Andreas Maier posted a comment on ticket #3

    The deprecation message appears up to 0.3.5 and is not present starting with 0.3.6.

  • Andreas Maier Andreas Maier posted a comment on ticket #3

    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...

  • Andreas Maier Andreas Maier created ticket #3

    setup.py build method is deprecated and will be removed

  • Andreas Maier Andreas Maier created ticket #490

    SyntaxError: future feature annotations is not defined with version 0.18.4 on Python 3.6

  • Andreas Maier Andreas Maier posted a comment on ticket #116

    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...

  • Andreas Maier Andreas Maier created ticket #116

    Invalid CIM status code for pull operations

  • Andreas Maier Andreas Maier modified a comment on ticket #365

    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??

  • Andreas Maier Andreas Maier modified a comment on ticket #365

    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...

  • Andreas Maier Andreas Maier posted a comment on ticket #365

    The latest version I can see on Pypi is the 0.15 version released on 7/21.

  • Andreas Maier Andreas Maier modified a comment on ticket #365

    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",...

  • Andreas Maier Andreas Maier modified a comment on ticket #365

    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...

  • Andreas Maier Andreas Maier modified a comment on ticket #365

    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...

  • Andreas Maier Andreas Maier modified a comment on ticket #365

    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)...

  • Andreas Maier Andreas Maier posted a comment on ticket #365

    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

  • Andreas Maier Andreas Maier committed [r744]

    Added sitemap.xml to web project; The old web p...

  • Andreas Maier Andreas Maier committed [r743]

    Updated README files in the distribution subtre...

  • Andreas Maier Andreas Maier committed [r742]

    Fixed link in README file for 0.8.0 distribution.

  • Andreas Maier Andreas Maier committed [r741]

    Updated README file for 0.8.0 distribution to p...

  • Andreas Maier Andreas Maier committed [r740]

    Re-enabled index.shtml for search engine scanni...

  • Andreas Maier Andreas Maier committed [r739]

    Added README file to root directory of code rep...

  • Andreas Maier Andreas Maier committed [r738]

    Described new publish script in HOWTO.md; Minor...

  • Andreas Maier Andreas Maier committed [r737]

    Exchanged publish-as with publish script which ...

  • Andreas Maier Andreas Maier committed [r736]

    Added identification file for Google search eng...

  • Andreas Maier Andreas Maier committed [r735]

    Modified all web pages to redirect to the new w...

  • Andreas Maier Andreas Maier modified a wiki page

    Home

  • Andreas Maier Andreas Maier modified a blog post

    PyWBEM has moved to GitHub

  • Andreas Maier Andreas Maier committed [r734]

    Added publish-as script to remember how to publ...

  • Andreas Maier Andreas Maier committed [r733]

    Changed redirection time to 0, making it a perm...

  • Andreas Maier Andreas Maier committed [r732]

    Added robots.txt that disallows any scans.

  • Andreas Maier Andreas Maier committed [r731]

    Redirecting the page to the new location.

  • Andreas Maier Andreas Maier modified a wiki page

    Home

  • Andreas Maier Andreas Maier created a blog post

    PyWBEM has moved to GitHub

  • Andreas Maier Andreas Maier modified ticket #37

    UnboundLocalError: local variable 'url_' referenced before assignment

  • Andreas Maier Andreas Maier modified ticket #27

    Resolve PyLint issues

  • Andreas Maier Andreas Maier posted a comment on ticket #27

    Closed; will be pursued on the new project presence at GitHub.

  • Andreas Maier Andreas Maier modified ticket #37

    UnboundLocalError: local variable 'url_' referenced before assignment

  • Andreas Maier Andreas Maier posted a comment on ticket #37

    Fixed as proposed, in v0.8.0-dev.20151008 on the new project presence at GitHub:...

  • Andreas Maier Andreas Maier modified a wiki page

    Home

  • Andreas Maier Andreas Maier committed [r730]

    Updated project web site: Made API reference an...

  • Andreas Maier Andreas Maier created a blog post

    Preliminary version 0.8.0-dev.r728 has been released

  • Andreas Maier Andreas Maier modified ticket #34

    Current timeout is very long

  • Andreas Maier Andreas Maier posted a comment on ticket #34

    Implemented a timer-based timeout that shuts down the connection socket if it expires....

  • Andreas Maier Andreas Maier committed [r729]

    Released preliminary version 0.8.0-dev.r728

  • Andreas Maier Andreas Maier committed [r728]

    Fixed timeout support added in r727;

  • Andreas Maier Andreas Maier renamed a blog post

    Preliminary version 0.8.0-dev.r721 has been released

  • Andreas Maier Andreas Maier created a blog post

    Preliminary version 8.0.0-dev.r721 has been released

  • Andreas Maier Andreas Maier modified ticket #27

    Resolve PyLint issues

  • Andreas Maier Andreas Maier modified ticket #34

    Current timeout is very long

  • Andreas Maier Andreas Maier modified ticket #34

    Current timeout is very long

  • Andreas Maier Andreas Maier modified ticket #31

    Misleading error about bad HTTP status line raised when connection to server times out

  • Andreas Maier Andreas Maier posted a comment on ticket #31

    Fixed in commit level r721.

  • Andreas Maier Andreas Maier modified ticket #36

    Issues with exceptions that can be raised

  • Andreas Maier Andreas Maier posted a comment on ticket #36

    Fixed all of those in commit level r721. The exceptions that can be seen by a user...

  • Andreas Maier Andreas Maier posted a comment on ticket #32

    Fixed in commit level r718, including testcases for such illegal sequences.

  • Andreas Maier Andreas Maier modified ticket #32

    Illegal characters in CIM-XML responses cause meaningless ExpatError message

  • Andreas Maier Andreas Maier modified ticket #30

    Add support for CDATA-based escaping of embedded objects

  • Andreas Maier Andreas Maier posted a comment on ticket #30

    Fixed in commit level r715. The switch is a global variable _CDATA_ESCAPING in the...

  • Andreas Maier Andreas Maier posted a comment on ticket #14

    Note that DSP0201 2.4.0 has added section 5.1.1.4 "Escaping of element content and...

  • Andreas Maier Andreas Maier created ticket #36

    Issues with exceptions that can be raised

  • Andreas Maier Andreas Maier committed [r713]

    Released preliminary version 0.8.0-dev.r712

  • Andreas Maier Andreas Maier modified ticket #22

    parser breaks IPv6 support

  • Andreas Maier Andreas Maier modified ticket #29

    Issues with generated MOF for classes and qualifier declarations

  • Andreas Maier Andreas Maier posted a comment on ticket #29

    Fixed all of these issues in cim_obj.py Added test code for the new mofstr() function...

  • Andreas Maier Andreas Maier committed [r712]

    Fixed bug 29:

  • Andreas Maier Andreas Maier committed [r711]

    Released preliminary version 0.8.0-dev.r710

  • Andreas Maier Andreas Maier committed [r710]

    Added classifiers information to setup.py to ma...

  • Andreas Maier Andreas Maier committed [r709]

    wbemcli.py: Added support for Windows; Cleaned ...

  • Andreas Maier Andreas Maier committed [r708]

    Cleaned up public symbols and wildcard symbols.

  • Andreas Maier Andreas Maier modified ticket #22

    parser breaks IPv6 support

  • Andreas Maier Andreas Maier posted a comment on ticket #22

    Adjusted the new testsuite/test_cim_http.py to be consistent with other testcases....

  • Andreas Maier Andreas Maier committed [r707]

    Fixed bug 22: Improved parsing of URLs to be co...

  • Andreas Maier Andreas Maier committed [r706]

    Made showstatus target phony, to avoid useless ...

  • Andreas Maier Andreas Maier modified ticket #4

    Extrinsic method calls may fail with deficient CIM servers.

  • Andreas Maier Andreas Maier committed [r705]

    Released preliminary version 0.8.0-dev.r704

  • Andreas Maier Andreas Maier committed [r704]

    Updated change history.

  • Andreas Maier Andreas Maier modified ticket #6

    Attempt to read HTTP body when CIMError header is set

  • Andreas Maier Andreas Maier modified ticket #21

    CIM-XML declaration support in MOF compiler

  • Andreas Maier Andreas Maier posted a comment on ticket #4

    Here is the patch as committed, in case people want to review that.

  • Andreas Maier Andreas Maier modified a comment on ticket #4

    After starting to implement, I found out that the intended solution does not work....

  • Andreas Maier Andreas Maier modified a comment on ticket #4

    After starting to implement, I found out that the intended solution does not work....

  • Andreas Maier Andreas Maier modified ticket #4

    Extrinsic method calls may fail with deficient CIM servers.

  • Andreas Maier Andreas Maier posted a comment on ticket #4

    After starting to implement, I found out that the intended solution does not work....

  • Andreas Maier Andreas Maier committed [r703]

    Improved and fixed operation testcases, and use...

  • Andreas Maier Andreas Maier committed [r702]

    Fix for bug 4: Added an optional Params paramet...

  • Andreas Maier Andreas Maier committed [r701]

    Removed the limitation in the CIMProperty const...

  • Andreas Maier Andreas Maier committed [r700]

    Released preliminary version 0.8.0-dev.r699.

  • Andreas Maier Andreas Maier modified ticket #21

    CIM-XML declaration support in MOF compiler

  • Andreas Maier Andreas Maier posted a comment on ticket #21

    This was discussed briefly on the mailing list: https://sourceforge.net/p/pywbem/mailman/message/32808605/...

  • Andreas Maier Andreas Maier committed [r699]

    Added displaying of SVN status in makefile-base...

  • Andreas Maier Andreas Maier committed [r698]

    Fixed bug 21: Added code in support of CIM-XML ...

  • Andreas Maier Andreas Maier committed [r697]

    Fixed bug 6: Attempt to read HTTP body when CIM...

  • Andreas Maier Andreas Maier modified ticket #6

    Attempt to read HTTP body when CIMError header is set

  • Andreas Maier Andreas Maier posted a comment on ticket #6

    I have adjusted the patch listed above to the latest code level, and have committed...

  • Andreas Maier Andreas Maier posted a comment on ticket #4

    I would like to proceed with this bug by implementing option 2.b) described abov...

  • Andreas Maier Andreas Maier modified ticket #3

    License statement may be confusing - LGPL2 or LGPL2+

  • Andreas Maier Andreas Maier posted a comment on ticket #3

    Just updating the bug status. The changes described had already been committed and...

  • Andreas Maier Andreas Maier committed [r696]

    Rebuilt distribution archive.

  • Andreas Maier Andreas Maier committed [r695]

    Added commit level to file name of generated di...

1 >
MongoDB Logo MongoDB