Commit Graph

62 Commits

Author SHA1 Message Date
github-actions[bot] 5ca6004ebe
chore(release-candidate): v2.1.1 (#570)
* chore(rc-changes): update CHANGES.rst

* chore: update changes.rst

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Dmitrii Orlov <dmtree.dev@yahoo.com>
2024-04-25 01:17:42 +02:00
github-actions[bot] 6bfeddc1fc
chore(release-candidate): v2.1.0 (#567)
* chore(rc-changes): update CHANGES.rst

* chore: update CHANGES.rst

* chore: bump to 2.1.0

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Dmitrii Orlov <dmtree.dev@yahoo.com>
2024-04-24 18:21:44 +02:00
Mitja O 9109f61d66
chore(release-candidate): v2.0.1 (#534)
* chore(rc-changes): update CHANGES.rst

* chore: update CHANGES.rst
2023-10-01 16:02:13 +02:00
github-actions[bot] a49af99231
chore(auto-release-candidate-2023-10-01) (#529)
* chore(rc-changes): update CHANGES.rst

* Update CHANGES.rst

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Mitja O <dmtree.dev@yahoo.com>
2023-10-01 13:28:48 +02:00
github-actions[bot] 9c2ebf9e60
chore(auto-release-candidate-07-30-2023) (#505)
* chore(rc-changes): update Changes.rst

* chore: update changes.rst

* chore: update README.rst date

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Dmitrii Orlov <dmtree.dev@yahoo.com>
2023-07-30 21:00:29 +00:00
Dmitrii Orlov 2f3b9979c9
fix: correct 1.5.1 tag date in CHANGES (#457)
fix: fix the 1.5.1 tag date in CHANGES
2022-11-01 10:36:41 +01:00
github-actions[bot] 16280557c0
chore(auto-release-candidate-10-01-2022) (#450)
* chore(rc-changes): update Changes.rst

* chore: adjust the CHANGES description

* chore: update release date in README

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Dmitrii Orlov <dmtree.dev@yahoo.com>
2022-10-18 16:04:22 +02:00
Dmitrii Orlov 28959cfdbc
change RC date 2022-05-01 22:03:20 +02:00
Dmitrii Orlov 4538014127
Fix CHANGES.rst date 2022-04-26 01:23:29 +02:00
Dmitrii Orlov fd97b465dd
Update changelog 2022-04-26 01:18:36 +02:00
github-actions[bot] 4485902b6d
chore(auto-release-candidate-04-01-2022): 1.5.0 rc (#426)
* chore(rc-changes): update Changes.rst

* Adjust logs in CHANGES.rst

* Bump RC version to 1.5.0

* adjust RC candidate date

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Dmitrii Orlov <dmtree.dev@yahoo.com>
2022-04-25 23:35:25 +02:00
Matthew Planchard 8014fa56fc
Merge branch 'v1.4.x' 2020-10-10 08:21:35 -05:00
Matthew Planchard ab8b33e5fb
CHORE: prep for v1.4.2 2020-10-10 08:14:50 -05:00
Matthew Planchard b44edb61ce
CHORE: pull CHANGES.rst from v1.4.x 2020-10-05 21:15:33 -05:00
Matthew Planchard 1f696e56c1
DOC: Update changelog and readme for v1.4.1 2020-10-05 20:20:53 -05:00
Matthew Planchard 4ab210c82b
MAINT: drop standalone, drop py 2.7 and 3.5 (#338) 2020-10-03 22:25:14 -05:00
Matthew Planchard b208103951
chore(ver): bump 1.3.2-->1.4.0 2020-10-03 17:45:40 -05:00
Matthew Planchard b1bf1ed248
Drop support for Python 3.4 (#321)
* Drop support for Python 3.4

Python 3.4 is no longer supported. Even pyenv is failing to install it
for me, because apparently the currnet version of `ensurepip` bombs for
3.4. Pypiserver may still work on 3.4, but testing on it has becomes
more of a hassle than it's worth.

* Fix @mplanchard's email address

Just realized my email address in the authors' file has been wrong for
pretty much forever.

* Remove GL CI

GitLab CI is nice, but doesn't support forks, and so isn't going to be
viable for this project.
2020-07-09 22:39:01 -05:00
Matthew Planchard c932451cd5
MAINT: Update passlib in docker reqs (#293) 2020-01-12 00:31:28 -06:00
Matthew Planchard 98958cf2f8
ENH: Officially support python 3.8 (#292) 2020-01-11 23:53:13 -06:00
Matthew Planchard 2dfc7f8ea1
MAINT: Update bottle to 0.12.18 (#290)
* MAINT: Update bottle to 0.12.18

* DOC: update changelog
2020-01-11 23:32:53 -06:00
Matthew Planchard db74737d3b
DOC: update CHANGES.rst 2020-01-11 17:31:59 -06:00
Matthew Planchard 9a309883be
chore(ver): bump 1.3.1-->1.3.2 2020-01-11 17:26:14 -06:00
Matthew Planchard 205342049b
[268] Ensure remove_pkg removes all pkg instances (#273)
* [268] Ensure remove_pkg removes all pkg instances

Reported by @esciara in #268.

Previously, the `remove_pkg` command was only removing the first
matching package that it found so if, for example, there were a .tar.gz
file and a .whl file, it would only remove one of them.

Of course, it could be run in succession to accomplish full removal, but
the expected behavior is that removal will remove the package entirely.

Here, I've grouped `remove_pkg` related tests into a test class, added
some tests that verify the expected behavior, and updated the
`remove_pkg` method to remove all matching packages.

* CHANGES.rst
2019-09-17 21:30:30 -05:00
Matthew Planchard 972f1616dd
Use GitLab as CI Provider (#269)
* Add gitlab CI

* minmor updates to readme in /bin

* no autodeploy; less scary
2019-09-17 20:44:15 -05:00
Matthew Planchard 4b65dcdf42
Prep for 1.3.1 2019-09-10 18:19:38 -05:00
Matthew Planchard a8321cef5f
Update date on changelog 2019-05-05 17:06:00 -05:00
Matthew Planchard 2ef26a87ee
REL: 1.3.0 (#250)
* Compose updates; doc updates; changelog for 1.3.0

* chore(ver): bump 1.2.7-->1.3.0

* update date in README

* rst is not markdown

* Add issue numbers to changelog
2019-05-05 16:47:06 -05:00
Matthew Planchard 33b4e21017
chore(ver): bump 1.2.6-->1.2.7 2019-01-31 18:44:09 -06:00
Matthew Planchard e6a8bc556c
chore(ver): bump 1.2.5-->1.2.6 2019-01-26 16:15:55 -06:00
Matthew Planchard 4ab0c77e30 Updated release dates 2018-11-11 11:43:32 -06:00
Matthew Planchard 31e98f27d6 1.2.5 changes 2018-11-11 11:43:32 -06:00
Matthew Planchard 17703fd817 Updated CHANGELOG 2018-08-06 17:20:36 -05:00
Matthew Planchard ff4b049f97 Prep for 1.2.3 2018-08-04 12:31:31 -05:00
Matthew Planchard 47231ea5fb Dockerfile & doc updates 2018-06-26 20:51:32 -05:00
Matthew Planchard 99d4f23ffb REL: Prep for v1.2.2 2018-06-12 19:58:31 -05:00
Matthew Planchard c791d12292 FIX: Fallback URL, remove calls to pip.main
Resolves #205 - pypi.python.org shutting down

* Updated the default fallback URL to `pypi.org/simple` rather than
`pypi.python.org/simple`
* Scrubbed references and links to `pypi.python.org`
* Fixed tests breaking due to the removal of `pip.main()` in pip 10.0 -
see pypa/pip#5080 for more info
2018-06-11 20:31:03 -05:00
Matthew Planchard 5cc13e075f Changelog Update
I neglected to remove the mention of matrix authorization from the
changelog when we reverted that PR. Noticed it when writing release
notes.

g	.vscode/
2017-11-29 19:17:46 -06:00
Matthew Planchard 420491a1c1 Prep for v1.2.1 release 2017-11-29 18:49:27 -06:00
Matthew Planchard e75e1dcf50 PR updates 2017-11-05 11:52:16 -06:00
Matthew Planchard aa067c666d Updated changelog 2017-10-31 14:18:49 -05:00
Kostis Anagnostopoulos c6c634b06f FIX #162: upf CHANGES. 2016-09-24 18:56:17 +02:00
Kostis Anagnostopoulos ea7ed979de Bump v1.2.1.dev0. 2016-06-25 05:24:38 +02:00
Kostis Anagnostopoulos 792d4764f0 Bump v1.2.0(<--1.2.0b0)
+ doc: Reformat changes.
2016-06-25 04:33:00 +02:00
Kostis Anagnostopoulos 6ed641cd95 doc: Update changes about 2016-06-25 04:08:05 +02:00
Kostis Anagnostopoulos f15a51f894 doc: Bump v1.2.0b0(<--dev1) & RsT formatting fixes.
- Maintain separation of *pypiserver* project/service from ``pypi-server`` cmd.
- Add links to various projects mentioned.
- Delete `pip search` from "nown Limitations".
2016-06-23 21:20:44 +02:00
Matthew Planchard 83dff2371c Actually added changelog 2016-06-22 21:27:42 -05:00
Matthew Planchard 12907da56b PEP 008 Changes & Changelog Update
* PEP 008 changes to __init__.py
* Updated CHANGES to reflect search addition by @blade2005
2016-06-22 21:23:19 -05:00
Kostis Anagnostopoulos 91b3a8e8da Updated CHANGES for 1.2.0.dev1. 2016-06-17 23:39:31 +02:00
Kostis Anagnostopoulos 0c4c27fa5c v1.2.0.dev1 (<--1.1.10): Stop supporting py<2.7 & py<3.3 (#107). 2016-01-20 20:05:47 +01:00