forked from pool/python-pywinrm
Accepting request 477839 from home:bmanojlovic:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/477839 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pywinrm?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
4d523d7675
commit
9fbb7996c3
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 22:35:49 UTC 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 12:35:17 UTC 2014 - boris@steki.net
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pywinrm
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -13,22 +13,21 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define githash 0d6790664c
|
||||
%define githashfull 0d6790664c2a9eb3debc38a824fffc596c5c0cc6
|
||||
Name: python-pywinrm
|
||||
# version in master branch is not updated and original 0.0.2dev is year old...
|
||||
Version: 0.0.1.99
|
||||
Version: 0.2.2
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Python library for Windows Remote Management
|
||||
Url: http://github.com/diyan/pywinrm/
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
# Original source from pypi is too old
|
||||
#Source: https://pypi.python.org/packages/source/p/pywinrm/pywinrm-%{version}.tar.gz
|
||||
Source0: https://github.com/diyan/pywinrm/archive/%{githash}/pywinrm-%{githash}.tar.gz
|
||||
Url: http://github.com/diyan/pywinrm/
|
||||
Source0: https://pypi.io/packages/source/p/pywinrm/pywinrm-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-isodate
|
||||
Requires: python-xmltodict
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -50,7 +49,7 @@ Microsoft's WinRM http://msdn.microsoft.com/en-us/library/aa384426.aspx
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n pywinrm-%{githashfull}
|
||||
%setup -q -n pywinrm-%{version}
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
@@ -62,4 +61,4 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
%changelog
|
||||
|
3
pywinrm-0.2.2.tar.gz
Normal file
3
pywinrm-0.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3030f700fbd6d06f715d4374c10b3586624bccca003b7075dd281c875705ac1b
|
||||
size 18623
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e09402cd446824edc0f24040eee8246a6d9dd16d74debeec63ee6b72691f9d42
|
||||
size 17371
|
Reference in New Issue
Block a user