Skip to content

Latest commit

 

History

History
230 lines (179 loc) · 7.81 KB

news.rst

File metadata and controls

230 lines (179 loc) · 7.81 KB

News

September 2019

  • Added a guide about publishing dists via GitHub Actions. (:pr:`647`)

August 2019

July 2019

June 2019

May 2019

April 2019

March 2019

  • Moved single-sourcing guide version option to Python 3. (:pr:`605`)
  • Covered RTD details for contributing. (:pr:`600`)

February 2019

  • Elaborate upon the differences between the tutorial and the real packaging process. (:pr:`602`)
  • Added instructions to install Python CLI applications. (:pr:`594`)

January 2019

December 2018

  • No programmers in the office!

November 2018

  • Removed landing page link to PyPI migration guide. (:pr:`575`)
  • Changed bumpversion to bump2version. (:pr:`572`)
  • Added single-sourcing package version example. (:pr:`573`)
  • Added a guide for creating documentation. (:pr:`568`)

October 2018

  • Updated Nox package name. (:pr:`566`)
  • Mentioned Sphinx extensions in guides. (:pr:`562`)

September 2018

  • Added a section on checking RST markup. (:pr:`554`)
  • Updated user installs page. (:pr:`558`)
  • Updated Google BigQuery urls. (:pr:`556`)
  • Replaced tar command with working command. (:pr:`552`)
  • Changed to double quotes in the pip install SomeProject==1.4. (:pr:`550`)

August 2018

  • Removed the recommendation to store passwords in cleartext. (:pr:`546`)
  • Moved the Overview to a task based lead in along with the others. (:pr:`540`)
  • Updated Python version supported by virtualenv. (:pr:`538`)
  • Added outline/rough draft of new Overview page. (:pr:`519`)

July 2018

  • Improved binary extension docs. (:pr:`531`)
  • Added scikit-build to key projects. (:pr:`530`)

June 2018

  • Fixed categories of interop PEP for pypa.io. (:pr:`527`)
  • Updated Markdown descriptions explanation. (:pr:`522`)

May 2018

  • Noted issues with Provides-Dist and Obsoletes-Dist. (:pr:`513`)
  • Removed outdated warning about Python version mixing with Pipenv. (:pr:`501`)
  • Simplified packaging tutorial. (:pr:`498`)
  • Updated Windows users instructions for clarity. (:pr:`493`)
  • Updated the license section description for completeness. (:pr:`492`)
  • Added specification-style document to contributing section. (:pr:`489`)
  • Added documentation types to contributing guide. (:pr:`485`)

April 2018

  • Added README guide. (:pr:`461`)
  • Updated instructions and status for PyPI launch. (:pr:`475`)
  • Added instructions for Warehouse. (:pr:`471`)
  • Removed GPG references from publishing tutorial. (:pr:`466`)
  • Added 'What’s in which Python 3.4–3.6?'. (:pr:`468`)
  • Added a guide for phasing out Python versions. (:pr:`459`)
  • Made default Description-Content-Type variant GFM. (:pr:`462`)

March 2018

February 2018

  • Added python3-venv and python3-pip to Debian installation instructions. (:pr:`445`)
  • Updated PyPI migration info. (:pr:`439`)
  • Added a warning about managing multiple versions with pipenv. (:pr:`430`)
  • Added example of multiple emails to Core Metadata. (:pr:`429`)
  • Added explanation of "legacy" in test.pypi.org/legacy. (:pr:`426`)

January 2018

  • Added a link to PyPI's list of classifiers. (:pr:`425`)
  • Updated README.rst explanation. (:pr:`419`)

December 2017

November 2017

  • Introduced a new dependency management tutorial based on Pipenv. (:pr:`402`)
  • Updated the Single Sourcing Package Version tutorial to reflect pip's current strategy. (:pr:`400`)
  • Added documentation about the py_modules argument to setup. (:pr:`398`)
  • Simplified the wording for the :file:`manifest.in` section. (:pr:`395`)

October 2017

September 2017

August 2017

July 2017

  • Added flit to the key projects list. (:pr:`358`)
  • Added enscons to the list of key projects. (:pr:`357`)
  • Updated this guide's readme with instructions on how to build the guide locally. (:pr:`356`)
  • Made the new TestPyPI URL more visible, adding note to homepage about pypi.org. (:pr:`354`)
  • Added a note about the removal of the explicit registration API. (:pr:`347`)

June 2017

May 2017

  • Added documentation for the Description-Content-Type field. (:pr:`258`)
  • Added contributor and style guide. (:pr:`307`)
  • Documented pip and easy_install's differences for per-project indexes. (:pr:`233`)

April 2017

  • Added travis configuration for testing pull requests. (:pr:`300`)
  • Mentioned the requirement of the wheel package for creating wheels (:pr:`299`)
  • Removed the twine register reference in the Distributing Packages tutorial. (:pr:`271`)
  • Added a topic on plugin discovery. (:pr:`294`, :pr:`296`)
  • Added a topic on namespace packages. (:pr:`290`)
  • Added documentation explaining prominently how to install pip in /usr/local. (:pr:`230`)
  • Updated development mode documentation to mention that order of local packages matters. (:pr:`208`)
  • Convert readthedocs link for their .org -> .io migration for hosted projects (:pr:`239`)
  • Swaped order of :file:`setup.py` arguments for the upload command, as order is significant. (:pr:`260`)
  • Explained how to install from unsupported sources using a helper application. (:pr:`289`)

March 2017

  • Covered manylinux1 in Platform Wheels. (:pr:`283`)

February 2017