I am pleased to announce the release of PyKMIP 0.4.1.
PyKMIP is a Python implementation of the Key Management Interoperability
Protocol (KMIP), a communications protocol for the storage and maintenance
of keys, certificates, and other secret objects. PyKMIP provides clients
for conducting key management operations against KMIP appliances. The
library is licensed under Apache 2.0 and supports Python 2.6, 2.7, 3.3, and
3.4.
Changelog:
* Add support for the GetAttributeList operation
* Add integration with Travis CI, Codecov/Coveralls, and Bandit
* Add client/server failover support using multiple IP addresses
* Add additional attribute unit tests
* Update implementations of KMIP primitives
* Reorganize server code to prepare for refactoring
* Remove use of exec when handling library version numbers
* Remove broken server script
GitHub: https://github.com/OpenKMIP/PyKMIP
PyPI: https://pypi.python.org/pypi/PyKMIP/0.4.1
IRC: #pykmip on freenode.net
Thanks to all of the contributors for their time and effort.
Cheers,
Peter Hamilton
On behalf of the Python development community and the Python 3.4 and 3.5
release teams, I'm pleased to announce the simultaneous availability of
Python 3.5.1 and Python 3.4.4rc1. As point releases, both have many
incremental improvements over their predecessor releases.
You can find Python 3.5.1 here:
https://www.python.org/downloads/release/python-351/
And you can find Python 3.4.4rc1 here:
https://www.python.org/downloads/release/python-344rc1/
Python 2.7.11 shipped today too, so it's a Python release-day hat trick!
Happy computing,
//arry/
pytest-2.8.4
============
pytest is a mature Python testing tool with more than a 1100 tests
against itself, passing on many different interpreters and platforms.
This release is supposed to be drop-in compatible to 2.8.2.
See below for the changes and see docs at:
http://pytest.org
As usual, you can upgrade from pypi via::
pip install -U pytest
Thanks to all who contributed to this release, among them:
Bruno Oliveira
Florian Bruhin
Jeff Widman
Mehdy Khoshnoody
Nicholas Chammas
Ronny Pfannschmidt
Tim Chan
Happy testing,
The py.test Development Team
2.8.4 (compared to 2.8.3)
-----------------------------
- fix #1190: ``deprecated_call()`` now works when the deprecated
function has been already called by another test in the same
module. Thanks Mikhail Chernykh for the report and Bruno Oliveira for the
PR.
- fix #1198: ``--pastebin`` option now works on Python 3. Thanks
Mehdy Khoshnoody for the PR.
- fix #1219: ``--pastebin`` now works correctly when captured output
contains
non-ascii characters. Thanks Bruno Oliveira for the PR.
- fix #1204: another error when collecting with a nasty __getattr__().
Thanks Florian Bruhin for the PR.
- fix the summary printed when no tests did run.
Thanks Florian Bruhin for the PR.
- a number of documentation modernizations wrt good practices.
Thanks Bruno Oliveira for the PR.
Python 2.7.11, the latest bugfix release of the Python 2.7 series, is
now available for download at
https://www.python.org/downloads/release/python-2711/
Thank you as always to Steve Dower and Ned Deily, who build our
binaries.
Enjoy the rest of the year,
Benjamin
Hi all,
I'm delighted to announce the release of Sphinx 1.3.3, now available on
the Python package index at <http://pypi.python.org/pypi/Sphinx>.
It includes about 3 bug fixes for the 1.3 release series, among them a
regression in 1.3.2 that is including packaging error.
For the full changelog, go to <http://sphinx-doc.org/changes.html>.
Thanks to all coraborators and contributers!
What is it?
===========
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).
Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net
Enjoy!
--
Takayuki SHIMIZUKAWA
http://about.me/shimizukawa
Python-taiga 0.8.1 released!
python-taiga is a python module for communicating with Taiga.io, a new
project management platform! For more info https://taiga.io/
This release includes:
- Pass attrs when importing a task (thanks @mlq)
- Add missing IssueTypes to client (thanks @yakky)
You can find python-taiga code on Github https://github.com/nephila/python-
taiga
Any kind of contribution is appreciated! :)
--
Andrea Stagi (@4stagi) - Senior Full Stack Developer @Nephila
Job profile: http://linkedin.com/in/andreastagi
Website: http://4spills.blogspot.it/
Github: http://github.com/astagi
I am pleased to announce release 2015.4 of SfePy.
Description
-----------
SfePy (simple finite elements in Python) is a software for solving systems of
coupled partial differential equations by the finite element method or by the
isogeometric analysis (preliminary support). It is distributed under the new
BSD license.
Home page: http://sfepy.org
Mailing list: http://groups.google.com/group/sfepy-devel
Git (source) repository, issue tracker, wiki: http://github.com/sfepy
Highlights of this release
--------------------------
- basic support for restart files
- new type of linear combination boundary conditions
- balloon inflation example
For full release notes see http://docs.sfepy.org/doc/release_notes.html#id1
(rather long and technical).
Best regards,
Robert Cimrman on behalf of the SfePy development team
---
Contributors to this release in alphabetical order:
Robert Cimrman
Grant Stephens
I am pleased to announce the release of xlwings v0.6.0:
Amongst other new features, this release merges the ExcelPython project fully into xlwings which means that User Defined Functions (UDFs) are now supported on Windows.
Check the Release Notes for full details:
http://docs.xlwings.org/whatsnew.html
About xlwings:
xlwings is a BSD-licensed python library that makes it easy to call python from
Excel and vice versa:
Interact with Excel from python using a syntax that is close to VBA yet pythonic.
Replace your VBA macros/UDFs with python code and still pass around your workbooks as easily as before.
xlwings fully supports NumPy arrays and Pandas DataFrames.
It works with Microsoft Excel on Windows and Mac.
http://xlwings.org
Hello everyone,
This is my announcement for a new MIT-licensed package/module called
'simpleaudio' that provides cross-platform audio playback capability for
Python 3. Have a look at the documentation (link below) for installation,
examples, and a tutorial. Wheels for OSX and Windows, as well as the source
distribution for Linux, are on PyPI.
http://simpleaudio.readthedocs.org
The project source it at: https://github.com/hamiltron/py-simple-audio
For help with usage, please post on StackOverflow with the tag
'pysimpleaudio'.
For bugs or distribution issues, or please email simpleaudio.bugs(a)gmail.com.
Thanks and have fun.
-Joe Hamilton
jhamilton10(a)georgefox.edu