1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
Commit Graph

51 Commits

Author SHA1 Message Date
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
Kostis Anagnostopoulos
2667df7125 Add forgotten #101 speed-up in CHANGES.
+ doc: Add example *nginx* config for speeding-up serving of packages.
+ build: Explain which file to use for building standalone.
[ci skip]
2016-01-19 21:21:08 +01:00
Kostis Anagnostopoulos
e25f9a6508 Prepare for release v1.1.10 (<--1.1.10.dev1).
+ Mention PGP-sigs in README.
+ Add thanks in CHANGES.
2016-01-19 20:45:13 +01:00
Kostis Anagnostopoulos
ab2f170fe9 Rework package parsing.
+ FIX #104: Stopped parsing invalid package-versions prefixed with `v`;
  they are invalid according to :pep-reference:`0440`.
+ Also support versions with epochs separated by `!` like `package-1!1.1.0`.
+ Move bottle-filename check on app module.
2016-01-19 13:36:16 +01:00
ankostis on tokoti
6b904db6c5 FIX #102: uploading pkgs with +! chars in version.
+ Use `content.raw_filename` for allowing PEP0440 chars.
+ Add upload app-TCs.
+ Improve parse-pkg core-TC.
+ Update CHANGES on forthcomming release.
2016-01-17 22:47:00 +01:00
ankostis on tokoti
c1fe0f9202 Bump v1.1.9 <-- 1.1.9.dev4.
+ Update CHANGES and rel-dates.
2015-12-22 00:08:09 +02:00
ankostis on tokoti
5c1be3928a Bump v1.1.9.dev4 <-- dev3. 2015-12-21 03:09:43 +02:00
ankostis on tokoti
011c79b8bf init: Use locals() in configure() to avoid explicitly listing **kwds.
+ Update CHANGES.
2015-12-21 03:01:16 +02:00
ankostis on tokoti
e55a325477 Bump v1.1.9.dev3 <-- dev2. 2015-12-20 03:30:00 +02:00
Kostis Anagnostopoulos at kilo
977ab69089 bump ver 1.1.9-dev.1-->dev.2
+ Add CHANGES in this version so far.
2015-09-21 04:19:36 +02:00
ankostis on tokoti
ea4cfe1b89 Bump ver 1.1.8-b1-->1.1.8
+ Update CHANGES.
2015-09-15 21:06:24 +02:00
ankostis on tokoti
bb920522b8 Improve README and Reorginize sections.
- Update release-date.
- Add log-msgs on minor failures to explain workaround.
- Add TravisCI link.
2015-03-08 21:35:37 +01:00