<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pastedeploy-git.git, branch master</title>
<subtitle>github.com: Pylons/pastedeploy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/'/>
<entry>
<title>prep 2.1.1</title>
<updated>2020-10-12T18:44:06+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-10-12T18:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=df109cacddc56af8cfe75fc7df39af6e1f2cd92d'/>
<id>df109cacddc56af8cfe75fc7df39af6e1f2cd92d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #29 from jsmolic/setuptools</title>
<updated>2020-10-12T18:33:17+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-10-12T18:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=9754d900f958099b6249951b4f726220c7995f27'/>
<id>9754d900f958099b6249951b4f726220c7995f27</id>
<content type='text'>
setup.py: add setuptools to install_requires</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
setup.py: add setuptools to install_requires</pre>
</div>
</content>
</entry>
<entry>
<title>setup.py: add setuptools to install_requires</title>
<updated>2020-10-12T14:53:15+00:00</updated>
<author>
<name>Jakov Smolic</name>
<email>jakov.smolic@sartura.hr</email>
</author>
<published>2020-10-12T14:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=0ade84fb436a57e3a03241922a541a2377b1baf5'/>
<id>0ade84fb436a57e3a03241922a541a2377b1baf5</id>
<content type='text'>
Closes: https://github.com/Pylons/pastedeploy/issues/28
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: https://github.com/Pylons/pastedeploy/issues/28
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 2.1.0</title>
<updated>2020-02-02T11:54:33+00:00</updated>
<author>
<name>Chris Dent</name>
<email>cdent@anticdent.org</email>
</author>
<published>2020-02-02T11:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=7d69508d92f3298f9bfe89bf34c2a6461bf68b30'/>
<id>7d69508d92f3298f9bfe89bf34c2a6461bf68b30</id>
<content type='text'>
* remove pytest-runner
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove pytest-runner
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pytest-runner integration (#24)</title>
<updated>2020-02-02T11:47:56+00:00</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@ubuntu.com</email>
</author>
<published>2020-02-02T11:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=ab257360ccd6d1a5a41e23a2feef7127f31a4d1d'/>
<id>ab257360ccd6d1a5a41e23a2feef7127f31a4d1d</id>
<content type='text'>
`pytest-runner` describes itself as deprecated in its own package
description, referring to
https://github.com/pypa/setuptools/issues/1684.  Using it in
`setup_requires` means that any other package that depends on
PasteDeploy has to install `pytest-runner` too, which is fairly
heavyweight and unnecessary.  (I ran into this when trying to update
Launchpad to a less ancient version of PasteDeploy.)

This does mean that `python setup.py test` no longer works, but,
according to the setuptools issue above, that's deprecated anyway.
PasteDeploy already has `tox` configuration that works well.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`pytest-runner` describes itself as deprecated in its own package
description, referring to
https://github.com/pypa/setuptools/issues/1684.  Using it in
`setup_requires` means that any other package that depends on
PasteDeploy has to install `pytest-runner` too, which is fairly
heavyweight and unnecessary.  (I ran into this when trying to update
Launchpad to a less ancient version of PasteDeploy.)

This does mean that `python setup.py test` no longer works, but,
according to the setuptools issue above, that's deprecated anyway.
PasteDeploy already has `tox` configuration that works well.</pre>
</div>
</content>
</entry>
<entry>
<title>Include license a tests in PyPi releases (#22)</title>
<updated>2019-01-07T12:13:34+00:00</updated>
<author>
<name>Ondřej Nový</name>
<email>novy@ondrej.org</email>
</author>
<published>2019-01-07T12:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=596ec6804b1ad649542da3d8d8fe0cabcf22123f'/>
<id>596ec6804b1ad649542da3d8d8fe0cabcf22123f</id>
<content type='text'>
* Include license.txt in PyPi release

* Include tests in PyPi release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Include license.txt in PyPi release

* Include tests in PyPi release
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 2.0.1</title>
<updated>2018-12-04T14:17:16+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chris.dent@gmail.com</email>
</author>
<published>2018-12-04T14:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=cddb423555f874f30e59a40e2d47364c92d22f12'/>
<id>cddb423555f874f30e59a40e2d47364c92d22f12</id>
<content type='text'>
Mini-release to cover release faults and small docs cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mini-release to cover release faults and small docs cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor grammar fix (#21)</title>
<updated>2018-12-04T10:12:06+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2018-12-04T10:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=640fb6938ea6c48d0586585b5c57d3ec87d04b8a'/>
<id>640fb6938ea6c48d0586585b5c57d3ec87d04b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare a 2.0.0 release (#19)</title>
<updated>2018-11-29T21:20:04+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chris.dent@gmail.com</email>
</author>
<published>2018-11-29T21:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=02f67b9aaeff350407abb49cabe90b9c6a93dd37'/>
<id>02f67b9aaeff350407abb49cabe90b9c6a93dd37</id>
<content type='text'>
* Prepare a 2.0.0 release

Update version in setup.py
Add changes to news.rst
Add build artifacts to .gitignore

The rationale for using a 2.0.0 version number is to make a
rather heavy-handed signal about the change in project
hosting and maintenance.

* Fixup text and links in 2.0.0 news

Better linking and more complete text
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Prepare a 2.0.0 release

Update version in setup.py
Add changes to news.rst
Add build artifacts to .gitignore

The rationale for using a 2.0.0 version number is to make a
rather heavy-handed signal about the change in project
hosting and maintenance.

* Fixup text and links in 2.0.0 news

Better linking and more complete text
</pre>
</div>
</content>
</entry>
<entry>
<title>add docs/.gitignore to add _build</title>
<updated>2018-11-29T13:46:29+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-11-29T13:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=9fb5ee2b562ba9b590d71096508e69416e955345'/>
<id>9fb5ee2b562ba9b590d71096508e69416e955345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
