Matthew Planchard
9956dedd6e
Update README
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
cf60c22d45
chore(ver): bump 1.2.5.dev0-->1.2.5
2018-11-11 11:43:32 -06:00
Matthew Planchard
b420c61b02
Merge pull request #229 from pypiserver/226-twine-test-fixes
...
test_server.py cleanup
2018-11-09 19:05:57 -06:00
Matthew Planchard
def22f49a7
another pep8 fn name
2018-11-09 18:46:06 -06:00
Matthew Planchard
410498a059
test_server.py cleanup
...
Resolves #226
Cleaned up `test_server.py` a bit:
* Call `twine` via `Popen` instead of using their internal API, which
should help us from having to fix twine tests as often
* Cleaned up fixtures
* Some PEP8 updates and general formatting
* Grouped test fixtures and functions all before the tests themselves
2018-11-09 18:44:41 -06:00
Matthew Planchard
7601050612
Merge pull request #228 from pypiserver/docker-ownership
...
Ensured pypiserver user is assoc. w/group
2018-11-09 18:36:04 -06:00
Matthew Planchard
a10e85e946
Ensured pypiserver user is assoc. w/group
2018-11-09 18:21:32 -06:00
Matthew Planchard
ab1ec6ae16
Merge pull request #225 from pypiserver/224-add-bcrypt-to-docker
...
Add py-bcrypt to Dockerfile
2018-11-09 17:32:23 -06:00
Matthew Planchard
5bced5ca0b
Travis does not yet support 3.7 automatically
2018-11-09 17:15:06 -06:00
Matthew Planchard
262c002b3d
Added python 3.7 to travisfile
2018-11-09 17:04:33 -06:00
Matthew Planchard
4c92fafb4f
Pin twine for tests to 1.11, add py37 to test suite
2018-11-09 16:58:45 -06:00
Matthew Planchard
ce9f4f75be
Add py-bcrypt to Dockerfile
...
Resolves #224
Adds `py-bcrypt` via `apk` to the Docker image so that `htpasswd`
works as intended.
2018-11-09 16:27:37 -06:00
Matthew Planchard
e23cd0333e
Merge pull request #220 from JacobHayes/fix-htaccess-refs
...
Replace .htaccess references with .htpasswd
2018-09-06 17:02:24 -05:00
Jacob Hayes
57428d010f
Replace .htaccess references with .htpasswd
2018-09-06 10:27:25 -05:00
Matthew Planchard
bc34b7ee4b
Merge pull request #219 from pypiserver/compose-update
...
Update compose to version 3.3
2018-08-09 21:04:04 -05:00
Matthew Planchard
6c3290b32f
Update compose to version 3.3
...
Thanks @renich!
2018-08-09 20:39:49 -05:00
Matthew Planchard
5a1fd5a6ca
Merge pull request #217 from pypiserver/buildout-update
...
Remove version pins from buildout.cfg
2018-08-06 18:11:43 -05:00
Matthew Planchard
34f2b1e109
chore(ver): bump 1.2.4-->1.2.5.dev0
2018-08-06 17:51:23 -05:00
Matthew Planchard
4ed7b59925
Add docker to deployment README
2018-08-06 17:51:08 -05:00
Matthew Planchard
44865af687
Remove version pins from buildout.cfg
2018-08-06 17:50:46 -05:00
Matthew Planchard
e3c44bf7c8
Updated date in README
2018-08-06 17:26:49 -05:00
Matthew Planchard
523c33007a
chore(ver): bump 1.2.3-->1.2.4
v1.2.4
2018-08-06 17:25:46 -05:00
Matthew Planchard
17703fd817
Updated CHANGELOG
2018-08-06 17:20:36 -05:00
Matthew Planchard
6635cb312e
Merge pull request #215 from elboerto/master
...
Use “pip download” instead of “pip install -d” for pip >= 10
2018-08-06 17:13:40 -05:00
Robert Rode
c79cb37893
Merge pull request #1 from pypiserver/elboerto-tests
...
Tests and Refactoring
2018-08-06 18:14:24 +02:00
Matthew Planchard
4109c10524
Tests and refactoring
...
* Refactored `updae()` into several single-responsibility functions
* Added tests for said functions
* Some PEP 008 cleanup
* Imported standard `__future__` imports in `manage.py` and its test
module
2018-08-04 16:17:56 -05:00
Matthew Planchard
92eb1bacd5
Merge branch 'master' of git://github.com/elboerto/pypiserver into elboerto-master
2018-08-04 15:04:56 -05:00
Matthew Planchard
c86de256fb
chore(ver): bump 1.2.3-->1.2.3
v1.2.3
2018-08-04 12:31:44 -05:00
Matthew Planchard
ff4b049f97
Prep for 1.2.3
2018-08-04 12:31:31 -05:00
Robert
c9b0d59f3e
Debugging of pypi-server -Ux execution of pip install -d which has been replaced by pip download since version 10.0.0
2018-08-01 15:10:19 +02:00
Matthew Planchard
e85ed3f5e6
Quick doc update
2018-07-17 20:45:17 -05:00
Matthew Planchard
c621d45474
Merge pull request #210 from pypiserver/docker-updates
...
Dockerfile & doc updates
2018-06-26 22:14:31 -05:00
Matthew Planchard
66f24858df
Giving up on build stages
2018-06-26 21:59:19 -05:00
Matthew Planchard
797167fcb2
More testing
2018-06-26 21:57:28 -05:00
Matthew Planchard
fd170f899b
Reordered stages for testing
2018-06-26 21:52:47 -05:00
Matthew Planchard
2206fd543a
Moved install and script keys
2018-06-26 21:51:30 -05:00
Matthew Planchard
3d69d60e92
Trying to figure out travis build stages
2018-06-26 21:33:24 -05:00
Matthew Planchard
abba8ecd42
Add language to 2nd stage of travis build
2018-06-26 21:23:00 -05:00
Matthew Planchard
3e1a399fe3
Add simple functional tests for docker
2018-06-26 21:19:03 -05:00
Matthew Planchard
47231ea5fb
Dockerfile & doc updates
2018-06-26 20:51:32 -05:00
Matthew Planchard
cd7707379a
Merge pull request #209 from hugovk/patch-1
...
Remove broken downloads badge
2018-06-19 20:03:47 -05:00
Hugo
2c9684b27e
Badges fit on one line
2018-06-14 08:50:01 +03:00
Matthew Planchard
4455b2cdc0
Merge pull request #198 from hugovk/rm-3.3
...
Drop support for EOL Python 3.3
2018-06-13 18:32:22 -05:00
Hugo
9c2c44ca91
Remove broken downloads badge
...
See https://github.com/badges/shields/issues/716 .
2018-06-13 07:06:41 +03:00
Hugo
c777ee4018
Merge pull request #1 from mplanchard/hugovk-rm-3.3
...
Prep for merge
2018-06-13 07:00:47 +03:00
Matthew Planchard
2499dac8ec
Merge branch 'rm-3.3' of git://github.com/hugovk/pypiserver into hugovk-rm-3.3
2018-06-12 20:26:31 -05:00
Matthew Planchard
17e7f9c1b6
chore(ver): bump 1.2.2.dev0-->1.2.2
v1.2.2
2018-06-12 20:15:11 -05:00
Matthew Planchard
99d4f23ffb
REL: Prep for v1.2.2
2018-06-12 19:58:31 -05:00
Matthew Planchard
24905addc9
chore(ver): bump 1.2.2dev0-->1.2.2.dev0
v1.2.2.dev0
2018-06-11 20:48:36 -05:00