Hello community,

here is the log from the commit of package python-djangorestframework for 
openSUSE:Factory checked in at 2018-11-14 14:42:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-djangorestframework (Old)
 and      /work/SRC/openSUSE:Factory/.python-djangorestframework.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-djangorestframework"

Wed Nov 14 14:42:44 2018 rev:3 rq:648256 version:3.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-djangorestframework/python-djangorestframework.changes
    2018-08-10 09:49:33.614248889 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-djangorestframework.new/python-djangorestframework.changes
       2018-11-14 14:43:31.914672788 +0100
@@ -1,0 +2,139 @@
+Sun Nov 11 19:42:10 UTC 2018 - Thomas Bechtold <[email protected]>
+
+- update to version 3.9.0:
+  * (fix) link to disqus article on cursor pagination (#6020)
+  * Add kloudless as a new premium sponsor (#6241)
+  * Add building with drf book (#6102)
+  * Documentation fix for django-admin commands (#6232)
+  * Remove unnecessary models.py file (#6142)
+  * Add Oct 18 release date
+  * Clean up unnecessary if statement (#6163)
+  * codecov: enable status for patch/changes, comment: diff (#6080)
+  * Add "optionals not required" build (#6047)
+  * Fix typo in docs (#6212)
+  * Update JWT docs. (#6138)
+  * Fix dist build (#6139)
+  * Add Django 2.1 to classifiers (#6099)
+  * Correct schema parsing for JSONField (#5878)
+  * Ensure that html forms (multipart form data) respect optional fields 
(#5927)
+  * Render markdown readme on PyPI (#6004)
+  * requirements-testing: update pytest and pytest-django (#5972)
+  * tox/pytest: move posargs, use -ra (#6039)
+  * Fixed instance being overwritten in pk-only optimization try/except block 
(#5747)
+  * Update to Django 2.0 Routing Syntax (#6049)
+  * requirements-optionals: use psycopg2-binary (#5969)
+  * [DOCS] python print syntax
+  * Added djangorestframework-datatables to third-party packages (#5931)
+  * Fix upload parser test (#6044)
+  * Allow nullable BooleanField in Django 2.1 (#6183)
+  * Simplify job matrix on Travis (#6174)
+  * tests: fix skipping with TestPosgresFieldsMapping (#5965)
+  * Add docs link to Caching API Guide. (#6012)
+  * Allow hashing of ErrorDetail to fix #5919 (#5932)
+  * tests: fix usage of transaction.non_atomic_requests (#6043)
+  * Add (beginning of) 3.9 release announcement.
+  * Move guardian imports out of compat (#6054)
+  * Update codecov.yml
+  * Removed exclude_from_schema per deprecation policy.
+  * Bring docs license text up to date
+  * Update 3.9 announcement
+  * Add `OpenAPIRenderer` and `generate_schema` management command. (#6229)
+  * updated tox and travis for django 2.1 alpha1
+  * Improvements to ViewSet extra actions (#5605)
+  * Updated list_route() and detail_route() deprecations.
+  * Update the http signature auth library ref link (#5997)
+  * Update release notes and add deprecation note for Django Guardian backend.
+  * Fix schemas for extra actions (#5992)
+  * permissions: Allow permissions to be composed (#5753)
+  * Add minimal codecov comment (#6077)
+  * tests/test_permissions.py: do not add view perm for dj21 (#6055)
+  * pytest: use --strict (#5966)
+  * Drop Django 1.10 support (#5657)
+  * Update version for v3.9.0
+  * Render descriptions (from help_text) using safe (#5869)
+  * fix e.indexOf is not a function error (#5982)
+  * Add NotImplementedError to coverage exclusion (#6057)
+  * tests: fix test_write_only_fields not being executed (#5971)
+  * Change ISO 8601 date format to exclude year/month (#5936)
+  * Remove unnecessary use of compat shim six.binary_type (#6189)
+  * Fix spelling error (#6198)
+  * Update .gitignore
+  * update testing.md - fixes related to RequestsClient (#5959)
+  * Handle models without .objects manager in ModelSerializer. (#6111)
+  * Add missing comma (#5978)
+  * Update LICENSE.md
+  * Prefer https:// for URLs when available throughout project (#6208)
+  * Deprecate DjangoObjectPermissionsFilter (#6075)
+  * Prefer io.BytesIO over six; available on all supported Pythons (#6168)
+  * Documentation: Correct the signature for 
HyperlinkedRelatedField.get_object()
+  * Fix exceptions.md (#6003)
+  * Rename base_name => basename for consistency's sake (#5990)
+  * Fix docs typos (#6195)
+  * Add drf-renderer-xlsx package. (#6147)
+  * Update codecov.yml (#6224)
+  * runtests.py: clean up PYTEST_ARGS (#6040)
+  * Add Load Impact to premium sponsors (#6176)
+  * Use [tool:pytest] header in setup.cfg (#6045)
+  * Fix grammar mistake in html-and-forms.md (#6070)
+  * Include coverage for tests (#5970)
+  * Fix Load Impact URL
+  * Add release note for #6073
+  * Added pagination section to the quickstart page (#5987)
+  * Add "Community" section to docs, minor cleanup (#5993)
+  * Delete config
+  * requirements-optionals.txt: bump psycopg2 to 2.7.4 (#5967)
+  * Delete .editorconfig
+  * Fixed AttributeError from items filter when value is None (#5981)
+  * tests: remove some dead code, use `assert 0` for never called methods 
(#5973)
+  * Mention Django 2.1 compat where missing (#6158)
+  * Remove dot character from "pagination_class" (#6137)
+  * Admin renderer urls (#5988)
+  * Fix deprecation warnings in tests (#6076)
+  * Update incorrect PyPI URL to register an account
+  * Fix CSRF cookie check failure when using session auth with django 1.11.6+ 
(#6113)
+  * Small grammar correction in quickstart. (#6121)
+  * Docs: Match original argument names (#5889)
+  * Adjusted client JWT example (#5944)
+  * Feature/action docs sections (#6060)
+  * Higher res. load impact logo
+  * Removed input value from deault_error_message (#5881)
+  * [docs] Remove leftover from former python 3.2/3.3 support (#5947)
+  * Only catch TypeError/ValueError for object lookups (#6028)
+  * Weakened to PendingDeprecationWarning for `base_name`
+  * get_error_detail: use error_dict/error_list (#5785)
+  * Ensure docs sidebar can scroll to bottom. (#5949)
+  * Add announcement section for Extra Actions in Browsable API
+  * Add REST APIs with Django book (#6033)
+  * Fix url for group_names action example (#6036)
+  * Update tutorial to Django 2.0 routing syntax (#5963) (#5964)
+  * Add Kloudless logo
+  * Add Cadre as a premium sponsor (#5941)
+  * Fix validate_my_field signature
+  * tests: update pytest/pytest-django (#6042)
+  * Update all pypi.python.org URLs to pypi.org (#5942)
+  * Improve ModelSerializer.create() error message. (#6112)
+  * Update link to django-rest-marshmallow docs (#5925)
+  * Add Load Impact to README
+  * Add release notes to dd19a44583e30bdb325da23583f2a934399155e1
+  * Move pytest config to setup.cfg (#5979)
+  * Added 3.8 release + updated monthly report link
+  * Fix typo error, Link to Field (#6078)
+  * min_value/max_value support in DurationField (#5643)
+  * Prohibit null characters in CharField by default (#6073)
+  * Adding release notes
+  * Fix a typo in the 3.8 announcement (#5940)
+  * Update tox to use Django  v2.1b1 (#6037)
+  * Release notes to 5174a26ec9d50c7b1e934ee2613de4ae2e2c
+  * Upgrade Auklet to premium (#6244)
+  * Test using Django 2.1 final release (#6109)
+  * Update documenting-your-api.md (#5991)
+  * remove references to DOAC in docs (#5977)
+  * Add Python 3.7 support (#6141)
+  * Problem: autoescape not getting passed to urlize_quoted_links filter 
(#6191)
+  * Add spacing around kloudless logo
+  * Added import statement on filtering docs
+  * Fix Python 3.8 compatibility (#6154)
+  * Add OpenAPIRenderer by default, and add schema docs. (#6233)
+  * Fix action support for ViewSet suffixes (#6081)
+
+-------------------------------------------------------------------

Old:
----
  djangorestframework-3.8.2.tar.gz

New:
----
  djangorestframework-3.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-djangorestframework.spec ++++++
--- /var/tmp/diff_new_pack.WmaPG1/_old  2018-11-14 14:43:33.066671427 +0100
+++ /var/tmp/diff_new_pack.WmaPG1/_new  2018-11-14 14:43:33.066671427 +0100
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-djangorestframework
-Version:        3.8.2
+Version:        3.9.0
 Release:        0
 Summary:        A REST Framework for Django
 License:        BSD-2-Clause

++++++ djangorestframework-3.8.2.tar.gz -> djangorestframework-3.9.0.tar.gz 
++++++
++++ 2969 lines of diff (skipped)


Reply via email to