Skip to content

2016-01-19: Serve 1000s of packages, PGP-Sigs, skip versions starting with 'v'.

Compare
Choose a tag to compare
@ankostis ankostis released this 19 Jan 20:10
· 401 commits to master since this release
v1.1.10
  • #101: Speed-up server by (optionally) using the watchdog package
    to cache results, serve packages directly from proxying-server (Apache ,
    nginx), and pre-compile regexes (thanks @virtuald).
  • #106: Support uploading PGP-signatures (thanks @mplanchard).
  • Package-versions parsing modifications:
    • #104: Stopped parsing invalid package-versions prefixed with v; they are
      invalid according to :pep-reference:0440 (thanks @virtuald &
      @stevejefferiesIDBS).
    • Support versions with epochs separated by ! like package-1!1.1.0.
    • #102: FIX regression on uploading packages with + char in their version
      caused by recent bottle-upgrade.
  • #103: Minor doc fixes (thanks @MichaelSchneeberger).