Commit Graph

319 Commits

Author SHA1 Message Date
Kostis Anagnostopoulos at STUW025 2c1ceb04b5 Restructure `main` to allow for gevent monkeypatch (FIX #49).
+ Update zip and setuptools startup-cripts.
2015-09-15 22:22:09 +02:00
ankostis on tokoti f6a3342666 Bump version 1.1.8-->1.1.9-dev0 2015-09-15 22:22:08 +02:00
ankostis on tokoti b651d36468 Update AUTHORS in a new file. 2015-09-15 21:28:25 +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
Kostis Anagnostopoulos at STUW025 dc8f62c04f FIX #92: docs: Update version on README
+ Add README-version TC.
2015-09-14 18:55:16 +02:00
Kostis Anagnostopoulos at STUW025 88668ce8b0 Download `git-new-workdir` for STANDALONE.
+ Set exec-permissions in git.
+ FIX standalone-creation TC.
2015-09-14 18:47:33 +02:00
ankostis on tokoti bd3612d79a FIX standalone generation under PY3.
Add standalone-creation TC.
2015-09-14 09:56:53 +02:00
ankostis on tokoti 73cb652130 Move standalone script into /bin. 2015-09-14 00:26:16 +02:00
ankostis on tokoti b124216a80 Note about closing of #19 (no http-proxy for -U) in README-bugs section. 2015-09-12 19:20:53 +02:00
Kostis Anagnostopoulos at STUW025 7a5aed3c05 Update shields in README and strip spaces from line-endings.
+ Provide a Tip on README about unauthed uploads.
2015-09-12 16:29:23 +02:00
Kostis Anagnostopoulos at STUW025 2f14988ba3 Bump ver 1.18b0-->1.1.8b1. 2015-09-11 17:41:30 +02:00
Kostis Anagnostopoulos at STUW025 000e977978 #55: Do not require `passlib` when -P == '.'. 2015-09-11 17:29:08 +02:00
Kostis Anagnostopoulos at STUW025 1bd5b3973c Add Eclipse sample project-files. 2015-09-11 17:00:10 +02:00
Kostis Anagnostopoulos at STUW025 e57386434f Improve gen-standalone script. 2015-09-11 17:00:01 +02:00
Kostis Anagnostopoulos at STUW025 1fd5653317 FIX #55: Allow unauthenticated uploads with `-P .` option.
+ Add `mock` lib into test-dependencies for py2.
+ travis: Use new containers.
2015-09-11 16:08:13 +02:00
Kostis Anagnostopoulos 47b80b414a Merge pull request #87 from ankostis/master
Merge ##81 & #85
2015-09-11 11:43:37 +02:00
Kostis Anagnostopoulos at STUW025 a1e111fb1f Use relative & imprv imports. 2015-09-11 11:39:42 +02:00
ankostis on tokoti e579abdd4e FIX #81: Move defaults from log-options so they are not ovewritten on startup. 2015-09-11 11:23:07 +02:00
Kostis Anagnostopoulos 555ed130f0 Merge pull request #89 from arcivanov/issue_88
Incorrect package name detection with OSX version scheme #88
2015-09-11 09:58:17 +02:00
Arcadiy Ivanov 2d0de09d30 Incorrect package name detection with OSX version scheme #88
Fixes package name and package version handling of bdist_dumb
packages

Detects OS name boundary as specified in
http://svn.python.org/projects/python/trunk/Lib/distutils/util.py

Also detects cpN and pyN boundary

fixes #88, connected to #88
2015-08-04 20:55:34 -04:00
Kostis Anagnostopoulos 3665270197 Merge pull request #85 from asottile/more_deterministic_sort
More deterministic sort of packages
2015-07-21 22:11:39 +03:00
Anthony Sottile cc6f98e7b3 More deterministic sort of packages 2015-07-17 09:46:43 -07:00
Kostis Anagnostopoulos deecadcfd5 Merge pull request #83 from asottile/asottile-patch-1
Correct server starting instructions.
2015-05-09 19:49:13 +02:00
Anthony Sottile 3c655eafe6 Correct server starting instructions 2015-05-09 08:35:59 -07:00
Kostis Anagnostopoulos, Yoga-2 f9e351cdb6 Bump version 1.1.7-->1.1.8-beta.0
- Make standalone-gen script to run also on python-3.
- Add README badges.
2015-03-09 00:45:05 +01: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
ankostis on tokoti 9f4464e7e4 README: Move Licenses section in a separate LICENSE.txt file.
- Update "Similar-projects" section, remove outdated *proxypi* project.
2015-03-08 18:39:15 +01:00
ankostis on tokoti d0b3a86673 Bump ver from 1.1.7-rc.1 --> 1.1.7. 2015-03-08 18:39:14 +01:00
Kostis Anagnostopoulos 4a0453f5a1 Merge pull request #79 from ankostis/prep_v1.1.7-beta.1
Prep v1.1.7 beta.1 for RC.1
2015-02-28 01:32:38 +01:00
ankostis on tokoti 1c7b834218 bump ver 1.1.7-beta.1-->1.1.7-rc.1 2015-02-28 01:28:34 +01:00
ankostis on tokoti 4079d0c4c3 Split CHANGES.rst as a separate file.
- Update MANIFEST.in
2015-02-28 01:22:15 +01:00
ankostis on tokoti d50cdb6c3b docs: Update github-links, suitable python-versions, changes and
rel-date.

- Update maintainers.
- Update python-classifiers.
- Various README edits.
- #38: Update suggestion on welcome-file.
- Add ankostis to authors (so Ralf may avoid half harassment for
this release).
2015-02-28 01:21:48 +01:00
Kostis Anagnostopoulos @ STUW025 1450b625bb log: Replace forgotten printout-statement on startup with logging. 2015-02-27 14:36:30 +01:00
Kostis Anagnostopoulos 744282d5c2 Merge pull request #78 from ankostis/antixss
FIX #77 XSS by generating http-responses with Bottle's SimpleTemplate
2015-02-27 13:15:59 +01:00
Kostis Anagnostopoulos @ STUW025 2d5c382507 FIX 38: Suggesting --extra-index-url instead of --index-url in README.
Misspelled dependencies download directly from main pypi-repo.
2015-02-27 13:13:54 +01:00
Kostis Anagnostopoulos @ STUW025 e824320558 Auth: By default paswd-protect Uploads only (preserve old behavior).
- Supporty also spaces when splitting auth-list, make it case insensitive.
- Update docs about default behavior.
2015-02-23 20:53:08 +01:00
ankostis on tokoti 10f42e829c xss: Generate all index-listings with SimpleTemplate instead of
string-substs (#see 77).

- Add titles<h1> in all index-listings.
- FIX unicode errors on new TC's of prev commit.
2015-02-23 03:14:19 +01:00
ankostis on tokoti 7cc36aee0c Improve welcome-msg tests and add XSS for when removing packages
(probably not needed).
2015-02-23 01:45:35 +01:00
Kostis Anagnostopoulos, Yoga-2 cb6f3b698a Use bottle's SimpleTemplate engine to avoid XSS on welcome-page (#77).
- Add 1 TC.
- TODO: Probable XSS still in error-messages.
2015-02-22 18:43:35 +01:00
Kostis Anagnostopoulos, Yoga-2 9cdcf70fd9 Bump version from 1.1.7-beta.0 --> beta.1. 2015-02-21 00:28:51 +01:00
Kostis Anagnostopoulos e6d53968d1 Merge pull request #75 from ankostis/prep_v1.1.7
(2) Preparations for v1.1.7: beta.0
2015-02-20 11:34:49 +01:00
Kostis Anagnostopoulos, Yoga-2 e0bb002a03 Retrofit mutable-default-arg introduced by Auths @ffd366fa3e. 2015-02-17 01:46:29 +01:00
Kostis Anagnostopoulos, Yoga-2 f664ac8dcd Update Changes. 2015-02-17 01:46:28 +01:00
Kostis Anagnostopoulos, Yoga-2 24114e6761 Tox-test PY34 on also on TravisCI and classifiers. 2015-02-17 01:46:01 +01:00
Kostis Anagnostopoulos, Yoga-2 8f9cc454cb Bump-ver from 1.1.6-->1.1.7-beta.0 2015-02-17 01:31:45 +01:00
Kostis Anagnostopoulos 6be20d7d99 Merge pull request #73 from ankostis/PEP8
Pep8 changes
2015-02-17 00:51:24 +01:00
Kostis Anagnostopoulos, Yoga-2 c6a79ef9c2 FIX test with PEP8-PkgFile class. 2015-02-17 00:46:37 +01:00
stephanep 9883120adb Fix some PEP8 conventions 2015-02-17 00:46:37 +01:00
Kostis Anagnostopoulos ce63a21a04 Merge pull request #74 from ankostis/cachectrl
(2) Add Cache-control header to enable pip caching
2015-02-17 00:41:08 +01:00
Bartek Rychlicki c3453878f1 Add tests for cache control. 2015-02-17 00:30:53 +01:00