commit python-djangorestframework-simplejwt for openSUSE:Factory

2020-07-26 Thread root
Hello community,

here is the log from the commit of package python-djangorestframework-simplejwt 
for openSUSE:Factory checked in at 2020-07-26 16:18:57

Comparing /work/SRC/openSUSE:Factory/python-djangorestframework-simplejwt (Old)
 and  
/work/SRC/openSUSE:Factory/.python-djangorestframework-simplejwt.new.3592 (New)


Package is "python-djangorestframework-simplejwt"

Sun Jul 26 16:18:57 2020 rev:3 rq:822655 version:4.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-djangorestframework-simplejwt/python-djangorestframework-simplejwt.changes
2019-09-13 15:05:03.289260097 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-djangorestframework-simplejwt.new.3592/python-djangorestframework-simplejwt.changes
  2020-07-26 16:19:49.880835633 +0200
@@ -1,0 +2,11 @@
+Fri Jul 24 07:55:24 UTC 2020 - John Vandenberg 
+
+- Update to v4.4.0
+  * Added official support for Python 3.8 and Django 3.0.
+  * Added settings for expected audience and issuer claims.
+  * Documentation updates.
+  * Updated package/python version support
+  * Added Chilean Spanish language support.
+  * Added Russian language support.
+
+---

Old:

  djangorestframework_simplejwt-4.3.0.tar.gz

New:

  djangorestframework_simplejwt-4.4.0.tar.gz



Other differences:
--
++ python-djangorestframework-simplejwt.spec ++
--- /var/tmp/diff_new_pack.ziwKOL/_old  2020-07-26 16:19:50.524836236 +0200
+++ /var/tmp/diff_new_pack.ziwKOL/_new  2020-07-26 16:19:50.528836239 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-djangorestframework-simplejwt
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-djangorestframework-simplejwt
-Version:4.3.0
+Version:4.4.0
 Release:0
 Summary:JSON Web Token authentication for Django REST Framework
 License:MIT

++ djangorestframework_simplejwt-4.3.0.tar.gz -> 
djangorestframework_simplejwt-4.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-rest-framework-simplejwt-4.3.0/.circleci/config.yml 
new/django-rest-framework-simplejwt-4.4.0/.circleci/config.yml
--- old/django-rest-framework-simplejwt-4.3.0/.circleci/config.yml  
1970-01-01 01:00:00.0 +0100
+++ new/django-rest-framework-simplejwt-4.4.0/.circleci/config.yml  
2019-12-07 04:37:32.0 +0100
@@ -0,0 +1,116 @@
+version: 2.0
+
+# heavily inspired by 
https://raw.githubusercontent.com/pinax/pinax-wiki/6bd2a99ab6f702e300d708532a6d1d9aa638b9f8/.circleci/config.yml
+
+common: 
+  working_directory: ~/repo
+  steps:
+- checkout
+- run:
+name: merge pull request base
+command: ./.circleci/merge_pr.sh
+- run:
+name: merge pull request base (2nd try)
+command: ./.circleci/merge_pr.sh
+when: on_fail
+- run:
+name: merge pull request base (3nd try)
+command: ./.circleci/merge_pr.sh
+when: on_fail
+- restore_cache:
+keys:
+  - v5-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" 
}}-{{ checksum "tox.ini" }}
+- run:
+name: install dependencies
+command: pip install --user tox
+- run:
+name: run tox
+command: ~/.local/bin/tox -r
+- save_cache:
+paths:
+  - .hypothesis
+  - .tox
+  - ~/.cache/pip
+  - ~/.local
+  - ./eggs
+key: v5-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" 
}}-{{ checksum "tox.ini" }}
+
+jobs:
+  django20:
+<<: *common
+docker:
+  - image: circleci/python:3.6
+environment:
+  TOXENV: 'py36-django20-drf{38,39}'
+  django21:
+<<: *common
+docker:
+  - image: circleci/python:3.7
+environment:
+  TOXENV: 'py37-django21-drf{39,310}'
+  django22:
+<<: *common
+docker:
+  - image: circleci/python:3.7
+environment:
+  TOXENV: 'py37-django22-drf{39,310}'
+  django30:
+<<: *common
+docker:
+  - image: circleci/python:3.8
+environment:
+  TOXENV: 'py38-django30-drf310'
+  djangomaster:
+working_directory: ~/repo
+steps:
+  - checkout
+  - run:
+  name: merge pull request base
+  command: ./.circleci/merge_pr.sh
+  - run:
+  name: merge pull request base (2nd try)
+  command: ./.circleci/merge_pr.sh

commit python-djangorestframework-simplejwt for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package python-djangorestframework-simplejwt 
for openSUSE:Factory checked in at 2019-09-13 15:03:26

Comparing /work/SRC/openSUSE:Factory/python-djangorestframework-simplejwt (Old)
 and  
/work/SRC/openSUSE:Factory/.python-djangorestframework-simplejwt.new.7948 (New)


Package is "python-djangorestframework-simplejwt"

Fri Sep 13 15:03:26 2019 rev:2 rq:730636 version:4.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-djangorestframework-simplejwt/python-djangorestframework-simplejwt.changes
2019-04-23 14:35:40.005456395 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-djangorestframework-simplejwt.new.7948/python-djangorestframework-simplejwt.changes
  2019-09-13 15:05:03.289260097 +0200
@@ -1,0 +2,9 @@
+Fri Sep 13 08:46:31 UTC 2019 - Tomáš Chvátal 
+
+- Update to 4.3.0:
+  * Added JTI_CLAIM setting to allow storing token identifiers under a 
different claim.
+  * We now return HTTP 401 for user not found or inactive.
+  * Restricted setup.py config to Python 3 only.
+  * Included translation files in release package.
+
+---

Old:

  djangorestframework_simplejwt-4.1.3.tar.gz

New:

  djangorestframework_simplejwt-4.3.0.tar.gz



Other differences:
--
++ python-djangorestframework-simplejwt.spec ++
--- /var/tmp/diff_new_pack.cjjKK8/_old  2019-09-13 15:05:03.941259959 +0200
+++ /var/tmp/diff_new_pack.cjjKK8/_new  2019-09-13 15:05:03.949259957 +0200
@@ -12,31 +12,31 @@
 # 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 skip_python2 1
 Name:   python-djangorestframework-simplejwt
-Version:4.1.3
+Version:4.3.0
 Release:0
-License:MIT
 Summary:JSON Web Token authentication for Django REST Framework
-Url:https://github.com/davesque/django-rest-framework-simplejwt
+License:MIT
 Group:  Development/Languages/Python
-Source: 
https://github.com/davesque/django-rest-framework-simplejwt/archive/v4.1.3.tar.gz#/djangorestframework_simplejwt-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
+URL:https://github.com/davesque/django-rest-framework-simplejwt
+Source: 
https://github.com/davesque/django-rest-framework-simplejwt/archive/v%{version}.tar.gz#/djangorestframework_simplejwt-%{version}.tar.gz
 BuildRequires:  %{python_module PyJWT}
 BuildRequires:  %{python_module djangorestframework}
 BuildRequires:  %{python_module pytest-django}
 BuildRequires:  %{python_module python-jose}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-PyJWT
 Requires:   python-djangorestframework
 Recommends: python-python-jose
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -56,7 +56,7 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_exec -m pytest
+%pytest
 
 %files %{python_files}
 %license LICENSE.txt licenses/*

++ djangorestframework_simplejwt-4.1.3.tar.gz -> 
djangorestframework_simplejwt-4.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-rest-framework-simplejwt-4.1.3/.travis.yml 
new/django-rest-framework-simplejwt-4.3.0/.travis.yml
--- old/django-rest-framework-simplejwt-4.1.3/.travis.yml   2019-04-04 
21:04:57.0 +0200
+++ new/django-rest-framework-simplejwt-4.3.0/.travis.yml   2019-04-16 
04:25:16.0 +0200
@@ -14,6 +14,7 @@
 - DJANGO=1.11
 - DJANGO=2.0
 - DJANGO=2.1
+- DJANGO=2.2
 - DJANGO=master
 
 matrix:
@@ -27,6 +28,8 @@
   - python: "3.5"
 env: DJANGO=2.1
   - python: "3.5"
+env: DJANGO=2.2
+  - python: "3.5"
 env: DJANGO=master
   - python: "3.6"
 env: DJANGO=master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-rest-framework-simplejwt-4.1.3/CHANGELOG.md 
new/django-rest-framework-simplejwt-4.3.0/CHANGELOG.md
--- old/django-rest-framework-simplejwt-4.1.3/CHANGELOG.md  2019-04-04 
21:04:57.0 +0200
+++ new/django-rest-framework-simplejwt-4.3.0/CHANGELOG.md  2019-04-16 
04:25:16.0 +0200
@@ -1,3 +1,20 @@
+## Version 4.3
+
+* Added `JTI_CLAIM` setting to allow storing token identifiers under a
+  different claim.
+
+## Version 4.2
+
+* We now return HTTP 401 for user not found or inactive.
+
+## Version 4.1.5
+
+*