Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-pywinrm-0.4.3-2.5 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-pywinrm Distribution: openSUSE:Factory:zSystems
Version: 0.4.3 Vendor: openSUSE
Release: 2.5 Build date: Tue May 9 14:40:08 2023
Group: Development/Languages/Python Build host: reproducible
Size: 330206 Source RPM: python-pywinrm-0.4.3-2.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/diyan/pywinrm/
Summary: Python library for Windows Remote Management
pywinrm is a Python client for Windows Remote Management (WinRM). This
allows you to invoke commands on target Windows machines from any
machine that can run Python.

WinRM allows you to call native objects in Windows. This includes, but
is not limited to, running batch scripts, powershell scripts and
fetching WMI variables. For more information on WinRM, please visit
Microsoft's WinRM http://msdn.microsoft.com/en-us/library/aa384426.aspx

Provides

Requires

License

MIT

Changelog

* Tue May 09 2023 Johannes Kastl <kastl@b1-systems.de>
  - add sle15_python_module_pythons
* Thu Apr 14 2022 pgajdos@suse.com
  - version update to 0.4.3
    * Fix invalid regex escape sequences.
    * Decoding CLIXML failures for run_ps will create a UserWarning rather than printing the warning.
    * Remove usage of deprecated Python API to support Python 3.11
  - do not require mock for build
* Sat Oct 16 2021 Dirk Müller <dmueller@suse.com>
  - update to 0.4.2:
    * removed deprecated distutils usage to avoid Deprecation Warnings under
      Python 3.10
* Fri May 28 2021 pgajdos@suse.com
  - %check: use %pyunittest rpm macro
* Fri Feb 28 2020 Dirk Mueller <dmueller@suse.com>
  - update to 0.4.1:
    * python 3.8
* Sun Nov 03 2019 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.4.0
    * Ensure server_cert_validation=ignore supersedes
      ca_trust_path/env overrides.
    * Added deprecated warnings if CA trusts defined by environment
      variables are used.
    * Set minimum version of requests-credssp to support Kerberos
      auth over CredSSP and other changes.
    * Added proxy support where it can be defined within the
      application, with the ability to specify the proxy within the
      application.
    * Fix for shell not setting all environment variables.
    * Fix session clixml encoding on Python 3.
    * Protocol.close_shell(shell_id) will now close the session(and
      TCP connections) to the Windows machine. close_session option
      has been added in case of leaving the session alone.
    * Add a function to send input to a running process.
  - Use tarball from github instead of pypi
  - Drop not longer needed file LICENSE (it's part of the upstream
    tarball
  - Add %{python_module kerberos} to BuildRequires since it's used
    in some tests
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Thu Apr 05 2018 mardnh@gmx.de
  - Upgrade to version 0.3.0
    * Added support for message encryption over HTTP when using NTLM/Kerberos/CredSSP
    * Added parameter to disable TLSv1.2 when using CredSSP for Server 2008 support
    * Error detail from SOAP fault (if present) is now included with HTTP 500 errors
    * Fixed CA path override (incl envvar)
    * Fixed Kerberos service override
    * Try harder to suppress urllib3 InsecureRequestWarnings on various OSs
    * Fixed timeout values to parse correctly if passed as strings
    * Various updates to CI/tests
  - Convert to singlespec
* Wed Mar 08 2017 boris@steki.net
  - upgraded to pypi released source 0.2.2
    + Added support for CredSSP authenication (via requests-credssp)
    + Improved README, see 'Valid transport options' section
    + Run unit tests on Linux / Travis CI on Python 2.6-2.7, 3.3-3.6, PyPy2
    + Run integration tests on Windows / AppVeyor on Python 2.7, 3.3-3.5
    + Drop support for Python 3.0-3.2 due to lack of explicit unicode literal, see pep-0414
    + Drop support for Python 2.6 on Windows
    + Add support for Python 3.6-dev on Linux
    + Force basic auth header to avoid additional HTTP request and reduce latency
    + Python 2.7.9+. Allow server cert validation to be ignored using SSLContext.verify_mode
    + Tests. Enable Python 3.4, 3.5 on Travis CI
    + Use xmltodict instead of not supported xmlwitch
    + Add certificate authentication support
    + Setup PyPI classifiers
    + Fix. Include UUID when sending request
    + Fix. Python 2.6.6/CentOS. Use tuples instead of lists in setup.py
    + Fix. Python 2.6. String formatting
    + Handle unauthorized response and raise UnauthorizeError
    + Convert different forms of short urls into full well-formed endpoint
    + Add Session.run_ps() helper to execute PowerShell scripts
    + Use pandoc for README.md to rst conversion for PyPI
* Wed Sep 10 2014 boris@steki.net
  - initial packaging

Files

/usr/lib/python3.10/site-packages/pywinrm-0.4.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/pywinrm-0.4.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pywinrm-0.4.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pywinrm-0.4.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pywinrm-0.4.3-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pywinrm-0.4.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/winrm
/usr/lib/python3.10/site-packages/winrm/__init__.py
/usr/lib/python3.10/site-packages/winrm/__pycache__
/usr/lib/python3.10/site-packages/winrm/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/encryption.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/encryption.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/protocol.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/protocol.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/transport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/transport.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/encryption.py
/usr/lib/python3.10/site-packages/winrm/exceptions.py
/usr/lib/python3.10/site-packages/winrm/protocol.py
/usr/lib/python3.10/site-packages/winrm/tests
/usr/lib/python3.10/site-packages/winrm/tests/__init__.py
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_cmd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_cmd.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_encryption.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_encryption.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_integration_protocol.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_integration_protocol.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_integration_session.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_integration_session.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_nori_type_casting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_nori_type_casting.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_powershell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_powershell.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_protocol.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_protocol.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_session.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_session.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_transport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_transport.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_wql.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_wql.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/conftest.py
/usr/lib/python3.10/site-packages/winrm/tests/sample_script.ps1
/usr/lib/python3.10/site-packages/winrm/tests/test_cmd.py
/usr/lib/python3.10/site-packages/winrm/tests/test_encryption.py
/usr/lib/python3.10/site-packages/winrm/tests/test_integration_protocol.py
/usr/lib/python3.10/site-packages/winrm/tests/test_integration_session.py
/usr/lib/python3.10/site-packages/winrm/tests/test_nori_type_casting.py
/usr/lib/python3.10/site-packages/winrm/tests/test_powershell.py
/usr/lib/python3.10/site-packages/winrm/tests/test_protocol.py
/usr/lib/python3.10/site-packages/winrm/tests/test_session.py
/usr/lib/python3.10/site-packages/winrm/tests/test_transport.py
/usr/lib/python3.10/site-packages/winrm/tests/test_wql.py
/usr/lib/python3.10/site-packages/winrm/transport.py
/usr/lib/python3.10/site-packages/winrm/vendor
/usr/lib/python3.10/site-packages/winrm/vendor/__init__.py
/usr/lib/python3.10/site-packages/winrm/vendor/__pycache__
/usr/lib/python3.10/site-packages/winrm/vendor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__init__.py
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/kerberos_.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/kerberos_.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/compat.py
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/exceptions.py
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/kerberos_.py
/usr/share/doc/packages/python310-pywinrm
/usr/share/doc/packages/python310-pywinrm/README.md
/usr/share/licenses/python310-pywinrm
/usr/share/licenses/python310-pywinrm/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024