Nikola v7.8.3 is out! (emergency bugfix release)

2017-01-15 Thread Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v7.8.3. This is an emergency bugfix release,
which fixes a bug that prevented ``nikola new_page`` from working.
There has also been a minor change to post sorting order (won’t affect
most sites). The wheel packages have also been fixed (they now exist
for Python 2 and 3, with correct doit versioning).

What is Nikola?
===

Nikola is a static site and blog generator, written in Python.
It can use Mako and Jinja2 templates, and input in many popular markup
formats, such as reStructuredText and Markdown — and can even turn
Jupyter (IPython) Notebooks into blog posts! It also supports image
galleries, and is multilingual. Nikola is flexible, and page builds
are extremely fast, courtesy of doit (which is rebuilding only what
has been changed).

Find out more at the website: https://getnikola.com/

Downloads
=

Install using `pip install Nikola` or download tarballs on GitHub and PyPI:

https://github.com/getnikola/nikola/releases/tag/v7.8.3
https://pypi.python.org/pypi/Nikola/7.8.3

Changes
===

Features


* Sort posts chronologically with one unified function (easier to
  change). (Issue #2627)
* Sort posts in the following order (most important last): source path
  (A-Z), title (A-Z), date (reverse chronological order), priority
  meta number (descending). (Issue #2627)

Bugfixes


* Fix a bug that prevents ``nikola new_page`` from working (Issue #2631)



signature.asc
Description: OpenPGP digital signature
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Wing IDE 6.0.1 released

2017-01-15 Thread Wingware

Hi,

We've just released Wing IDE 6.0.1 which improves remote host 
configuration, adds remote development support for 32-bit Linux and 
older 64-bit Linux systems, fixes stability problems affecting some 
users, and makes many other improvements.  For details on this release, 
see the change log at http://wingware.com/pub/wingide/6.0.1/CHANGELOG.txt


Wing IDE 6 is the latest major release of Wingware's Python IDE that 
adds many new features, introduces a new annual license option, and 
makes some changes to the product line.


New Features

 * Improved Multiple Selections:  Quickly add selections and edit them
   all at once
 * Easy Remote Development:  Work seamlessly on remote Linux, OS X, and
   Raspberry Pi systems
 * Debugging in the Python Shell:  Reach breakpoints and exceptions in
   (and from) the Python Shell
 * Recursive Debugging:  Debug code invoked in the context of stack
   frames that are already being debugged
 * PEP 484 and PEP 526 Type Hinting:  Inform Wing's static analysis
   engine of types it cannot infer
 * Support for Python 3.6 and Stackless 3.4:  Use async and other new
   language features
 * Optimized debugger:  Run faster, particularly in multi-process and
   multi-threaded code
 * Support for OS X full screen mode:  Zoom to a virtual screen, with
   auto-hiding menu bar
 * Added a new One Dark color palette:  Enjoy the best dark display
   style yet
 * Updated French and German localizations:  Thanks to Jean Sanchez,
   Laurent Fasnacht, and Christoph Heitkamp

For a much more detailed overview of new features see the release notice 
at http://wingware.com/news/2017-01-10


Annual Use License Option

Wing 6 adds the option of purchasing a lower-cost expiring annual 
license for Wing IDE Pro.  An annual license includes access to all 
available Wing IDE versions while it is valid, and then ceases to 
function if it is now renewed.  Pricing for annual licenses is US$ 
179/user for Commercial Use and US$ 69/user for Non-Commercial Use.


Perpetual licenses for Wing IDE will continue to be available at the 
same pricing.


The cost of extending Support+Upgrades subscriptions on Non-Commercial 
Use perpetual licenses for Wing IDE Pro has also been dropped from US$ 
89 to US$ 39 per user.


For details, see https://wingware.com/store/purchase

Wing Personal is Free

Wing IDE Personal is now free and no longer requires a license to run. 
 It now also includes the Source Browser, PyLint, and OS Commands 
tools, and supports the scripting API and Perspectives.


However, Wing Personal does not include Wing Pro's advanced editing, 
debugging, testing and code management features, such as remote host 
access, refactoring, find uses, version control, unit testing, 
interactive debug probe, multi-process and child process debugging, move 
program counter, conditional breakpoints, debug watch, 
framework-specific support (for matplotlib, Django, and others), find 
symbol in project, and other features.


Links

Release notice: http://wingware.com/news/2017-01-10
Free trial: http://wingware.com/wingide/trial
Downloads: http://wingware.com/downloads
Feature list: http://wingware.com/wingide/features
Buy: http://wingware.com/store/purchase
Upgrade: https://wingware.com/store/upgrade

Questions?  Don't hesitate to email us at supp...@wingware.com.

Thanks,

--

Stephan Deibel
Wingware | Python IDE

The Intelligent Development Environment for Python Programmers

wingware.com


--
https://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


prophy 1.0.0 released

2017-01-15 Thread Krzysztof Laskowski

Hi All,

I'd like to announce prophy 1.0.0, the serialization framework.

Like protobuf, thrift, capnproto, flatbuffers or SBE, it comes with:
- protocol definition language,
- wire-format specification,
- compiler which generates codecs,
- runtime libraries for codecs.
Codecs come in Python and C++ languages.

Protocol/wire-format follows C language struct with natural alignment,
possibly with flexible arrays at the end, so performance of 
encoding/decoding is expected to be rather good, although protocol

is quite limited. Embedded systems is where such resource effective
protocol could be helpful.

License: MIT
Code: https://github.com/aurzenligl/prophy
Docs: http://prophy.readthedocs.io/en/latest/
Pypi: https://pypi.python.org/pypi/prophy
Issues: https://github.com/aurzenligl/prophy/issues

I'm open to feedback and suggestions, which I'd happily receive via
mail or github issues.

Best Regards,
Krzysztof Laskowski

--
https://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/