Skip to content

Releases: EVEprosper/ProsperCommon

Adding prosper_version setuphelper

05 Aug 20:13
Compare
Choose a tag to compare

Adding a common utility so prosper projects can have sane and up-to-date version information. Also in this release, we have added handy readthedocs support for documentation!

  • Added prosper_version modules for version finding. TYVM ccpgames/setuphelpers
  • Added sphinx docs with napoleon autodoc support. See our docs at readthedocs.io
  • Requirements now floating/latest: Please be sure to tag expected version in dependent projects
  • Touched up README.rst to reflect style of other Prosper projects
  • Removed unused functions from prosper_utilities
  • Added custom exceptions support
  • Improved webhook-message-fail case
  • Updated Travis-CI test coverage to Python 3.6
  • Updated test names to match style in other Prosper projects
  • Added quiettest option for testing w/o spamming webhooks

TEST RELEASE - PLEASE IGNORE

05 Aug 20:01
Compare
Choose a tag to compare
Pre-release

Validating Travis-CI release validation with new versioning automation

TEST RELEASE - PLEASE IGNORE

05 Aug 19:58
Compare
Choose a tag to compare
Pre-release

Validating Travis-CI release validation with new versioning automation

TEST RELEASE - PLEASE IGNORE

05 Aug 19:51
Compare
Choose a tag to compare
Pre-release

Validating Travis-CI release validation with new versioning automation

TEST RELEASE - PLEASE IGNORE

05 Aug 19:37
Compare
Choose a tag to compare
Pre-release

Validating Travis-CI release validation with new versioning automation

TEST RELEASE - PLEASE IGNORE

05 Aug 19:35
Compare
Choose a tag to compare
Pre-release

Validating Travis-CI release validation with new versioning automation

TEST RELEASE - PLEASE IGNORE

05 Aug 19:30
Compare
Choose a tag to compare
Pre-release

Validating Travis-CI release validation with new versioning automation

TEST RELEASE - PLEASE IGNORE

05 Aug 19:25
Compare
Choose a tag to compare
Pre-release

Validating Travis-CI release validation with new versioning automation

Test bugfix: requests updated urllib logging

01 Jun 16:13
Compare
Choose a tag to compare

After recent failure on Travis, requests==2.17.3 broke the logging test. Templates have been updated to reflect new expected pattern.

  • Adjusted TEST:request_logname to reflect new update from requests
  • added -rx to test suite for more info on x-fail tests

OPTIONAL UPDATE -- working behavior has not changed

Fixing common_config in pypi package

09 Apr 05:48
Compare
Choose a tag to compare

Fixing setup.py sdist behavior to include common_config.cfg in prosper/common path.

  • Added prosper/common/common_config.cfg to MANIFEST.in
  • Removed common_config from package_data in setup.py