Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-webpack-loader for 
openSUSE:Factory checked in at 2023-06-21 22:39:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-webpack-loader (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-webpack-loader.new.15902 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-webpack-loader"

Wed Jun 21 22:39:15 2023 rev:8 rq:1094145 version:2.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-webpack-loader/python-django-webpack-loader.changes
        2023-05-29 22:48:21.458496426 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-webpack-loader.new.15902/python-django-webpack-loader.changes
     2023-06-21 22:40:14.102506898 +0200
@@ -1,0 +2,6 @@
+Tue Jun 20 17:41:54 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.0.1:
+  * Add support for Django 4.2
+
+-------------------------------------------------------------------

Old:
----
  2.0.0.tar.gz

New:
----
  2.0.1.tar.gz

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

Other differences:
------------------
++++++ python-django-webpack-loader.spec ++++++
--- /var/tmp/diff_new_pack.nQmLzI/_old  2023-06-21 22:40:14.654510220 +0200
+++ /var/tmp/diff_new_pack.nQmLzI/_new  2023-06-21 22:40:14.662510269 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-django-webpack-loader
-Version:        2.0.0
+Version:        2.0.1
 Release:        0
 Summary:        Django plugin to transparently use webpack
 License:        MIT

++++++ 2.0.0.tar.gz -> 2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-webpack-loader-2.0.0/.circleci/config.yml 
new/django-webpack-loader-2.0.1/.circleci/config.yml
--- old/django-webpack-loader-2.0.0/.circleci/config.yml        2023-05-22 
13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/.circleci/config.yml        2023-06-14 
14:15:45.000000000 +0200
@@ -3,22 +3,13 @@
   version: 2
   test:
     jobs:
-      - test-3.6-22
-      - test-3.6-30
-      - test-3.6-31
-      - test-3.6-32
-
-      - test-3.7-22
-      - test-3.7-30
-      - test-3.7-31
-      - test-3.7-32
-
       - test-3.8-22
       - test-3.8-30
       - test-3.8-31
       - test-3.8-32
       - test-3.8-40
       - test-3.8-41
+      - test-3.8-42
 
       - test-3.9-22
       - test-3.9-30
@@ -26,29 +17,25 @@
       - test-3.9-32
       - test-3.9-40
       - test-3.9-41
+      - test-3.9-42
 
       - test-3.10-32
       - test-3.10-40
       - test-3.10-41
+      - test-3.10-42
+
+      - test-3.11-32
+      - test-3.11-40
 
       - done:
           requires:
-            - test-3.6-22
-            - test-3.6-30
-            - test-3.6-31
-            - test-3.6-32
-
-            - test-3.7-22
-            - test-3.7-30
-            - test-3.7-31
-            - test-3.7-32
-
             - test-3.8-22
             - test-3.8-30
             - test-3.8-31
             - test-3.8-32
             - test-3.8-40
             - test-3.8-41
+            - test-3.8-42
 
             - test-3.9-22
             - test-3.9-30
@@ -56,10 +43,15 @@
             - test-3.9-32
             - test-3.9-40
             - test-3.9-41
+            - test-3.9-42
 
             - test-3.10-32
             - test-3.10-40
             - test-3.10-41
+            - test-3.10-42
+
+            - test-3.11-32
+            - test-3.11-40
 
 jobs:
   base: &test-template
@@ -199,6 +191,12 @@
       - image: circleci/python:3.8-buster-node
     environment:
       DJANGO_VERSION: "41"
+  test-3.8-42:
+    <<: *test-template
+    docker:
+      - image: circleci/python:3.8-buster-node
+    environment:
+      DJANGO_VERSION: "42"
 
   test-3.9-22:
     <<: *test-template
@@ -236,6 +234,12 @@
       - image: circleci/python:3.9-buster-node
     environment:
       DJANGO_VERSION: "41"
+  test-3.9-42:
+    <<: *test-template
+    docker:
+      - image: circleci/python:3.9-buster-node
+    environment:
+      DJANGO_VERSION: "42"
 
   test-3.10-32:
     <<: *test-template
@@ -255,6 +259,25 @@
       - image: circleci/python:3.10-buster-node
     environment:
       DJANGO_VERSION: "41"
+  test-3.10-42:
+    <<: *test-template
+    docker:
+      - image: circleci/python:3.10-buster-node
+    environment:
+      DJANGO_VERSION: "42"
+
+  test-3.11-32:
+    <<: *test-template
+    docker:
+      - image: circleci/python:3.11-rc-node
+    environment:
+      DJANGO_VERSION: "32"
+  test-3.11-40:
+    <<: *test-template
+    docker:
+      - image: circleci/python:3.11-rc-node
+    environment:
+      DJANGO_VERSION: "40"
 
   done:
     docker:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-webpack-loader-2.0.0/CHANGELOG.md 
new/django-webpack-loader-2.0.1/CHANGELOG.md
--- old/django-webpack-loader-2.0.0/CHANGELOG.md        2023-05-22 
13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/CHANGELOG.md        2023-06-14 
14:15:45.000000000 +0200
@@ -5,7 +5,10 @@
 Releases are added to the
 [github release 
page](https://github.com/ezhome/django-webpack-loader/releases).
 
-## [2.0.0] -- 2023-02-24
+## [2.0.1] -- 2023-06-14
+- Add support for Django 4.2
+
+## [2.0.0] -- 2023-05-22
 - Update examples to use `webpack-bundle-tracker@2.0.0` API and keep version 
parity with it
 - Update Django to 3.2.19
 - Add mocked `get_assets` method to `FakeWebpackLoader` for usage in tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-webpack-loader-2.0.0/requirements-dev.txt 
new/django-webpack-loader-2.0.1/requirements-dev.txt
--- old/django-webpack-loader-2.0.0/requirements-dev.txt        2023-05-22 
13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/requirements-dev.txt        2023-06-14 
14:15:45.000000000 +0200
@@ -1,5 +1,5 @@
 twine==3.4.1
 Django==3.2.19
-django-jinja==2.7.0
+django-jinja==2.10.2
 unittest2==1.1.0
 wheel==0.38.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-webpack-loader-2.0.0/setup.py 
new/django-webpack-loader-2.0.1/setup.py
--- old/django-webpack-loader-2.0.0/setup.py    2023-05-22 13:59:36.000000000 
+0200
+++ new/django-webpack-loader-2.0.1/setup.py    2023-06-14 14:15:45.000000000 
+0200
@@ -45,6 +45,7 @@
     'Framework :: Django :: 3.2',
     'Framework :: Django :: 4.0',
     'Framework :: Django :: 4.1',
+    'Framework :: Django :: 4.2',
     'Environment :: Web Environment',
     'License :: OSI Approved :: MIT License',
   ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-webpack-loader-2.0.0/tests/package.json 
new/django-webpack-loader-2.0.1/tests/package.json
--- old/django-webpack-loader-2.0.0/tests/package.json  2023-05-22 
13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/package.json  2023-06-14 
14:15:45.000000000 +0200
@@ -15,7 +15,7 @@
     "react": "^16.0.0",
     "webpack": "^4.0.0",
     "compression-webpack-plugin": "^6.1.1",
-    "webpack-bundle-tracker": "2.0.0",
+    "webpack-bundle-tracker": "2.0.1",
     "webpack-cli": "^3.3.10",
     "webpack-dev-server": "^3.0.0"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/requirements/common.txt 
new/django-webpack-loader-2.0.1/tests/requirements/common.txt
--- old/django-webpack-loader-2.0.0/tests/requirements/common.txt       
2023-05-22 13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/requirements/common.txt       
2023-06-14 14:15:45.000000000 +0200
@@ -1,4 +1,4 @@
 coverage==5.5
 coveralls==3.2.0
 unittest2==1.1.0
-django-jinja==2.9.0
+django-jinja==2.10.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/requirements/django42.txt 
new/django-webpack-loader-2.0.1/tests/requirements/django42.txt
--- old/django-webpack-loader-2.0.0/tests/requirements/django42.txt     
1970-01-01 01:00:00.000000000 +0100
+++ new/django-webpack-loader-2.0.1/tests/requirements/django42.txt     
2023-06-14 14:15:45.000000000 +0200
@@ -0,0 +1 @@
+django>=4.2,<5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/webpack.config.app2.js 
new/django-webpack-loader-2.0.1/tests/webpack.config.app2.js
--- old/django-webpack-loader-2.0.0/tests/webpack.config.app2.js        
2023-05-22 13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/webpack.config.app2.js        
2023-06-14 14:15:45.000000000 +0200
@@ -8,7 +8,7 @@
 
 config.plugins = [
   new MiniCssExtractPlugin(),
-  new BundleTracker({path: __dirname, filename: './webpack-stats-app2.json'})
+  new BundleTracker({path: __dirname, filename: 'webpack-stats-app2.json'})
 ];
 
 module.exports = config;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/webpack.config.error.js 
new/django-webpack-loader-2.0.1/tests/webpack.config.error.js
--- old/django-webpack-loader-2.0.0/tests/webpack.config.error.js       
2023-05-22 13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/webpack.config.error.js       
2023-06-14 14:15:45.000000000 +0200
@@ -14,7 +14,7 @@
 
   plugins: [
     new MiniCssExtractPlugin(),
-    new BundleTracker({path: __dirname, filename: './webpack-stats.json'}),
+    new BundleTracker({path: __dirname, filename: 'webpack-stats.json'}),
   ],
 
   module: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/webpack.config.gzipTest.js 
new/django-webpack-loader-2.0.1/tests/webpack.config.gzipTest.js
--- old/django-webpack-loader-2.0.0/tests/webpack.config.gzipTest.js    
2023-05-22 13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/webpack.config.gzipTest.js    
2023-06-14 14:15:45.000000000 +0200
@@ -16,7 +16,7 @@
   plugins: [
     new MiniCssExtractPlugin(),
     new CompressionPlugin(),
-    new BundleTracker({path: __dirname, filename: './webpack-stats.json'}),
+    new BundleTracker({path: __dirname, filename: 'webpack-stats.json'}),
   ],
 
   module: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/webpack.config.integrity.js 
new/django-webpack-loader-2.0.1/tests/webpack.config.integrity.js
--- old/django-webpack-loader-2.0.0/tests/webpack.config.integrity.js   
2023-05-22 13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/webpack.config.integrity.js   
2023-06-14 14:15:45.000000000 +0200
@@ -14,7 +14,7 @@
 
   plugins: [
     new MiniCssExtractPlugin(),
-    new BundleTracker({path: __dirname, filename: './webpack-stats.json', 
integrity: true}),
+    new BundleTracker({path: __dirname, filename: 'webpack-stats.json', 
integrity: true}),
   ],
 
   module: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/webpack.config.simple.js 
new/django-webpack-loader-2.0.1/tests/webpack.config.simple.js
--- old/django-webpack-loader-2.0.0/tests/webpack.config.simple.js      
2023-05-22 13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/webpack.config.simple.js      
2023-06-14 14:15:45.000000000 +0200
@@ -14,7 +14,7 @@
 
   plugins: [
     new MiniCssExtractPlugin(),
-    new BundleTracker({path: __dirname, filename: './webpack-stats.json'}),
+    new BundleTracker({path: __dirname, filename: 'webpack-stats.json'}),
   ],
 
   module: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/webpack.config.skipCommon.js 
new/django-webpack-loader-2.0.1/tests/webpack.config.skipCommon.js
--- old/django-webpack-loader-2.0.0/tests/webpack.config.skipCommon.js  
2023-05-22 13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/webpack.config.skipCommon.js  
2023-06-14 14:15:45.000000000 +0200
@@ -18,7 +18,7 @@
 
   plugins: [
     new MiniCssExtractPlugin(),
-    new BundleTracker({path: __dirname, filename: './webpack-stats.json'}),
+    new BundleTracker({path: __dirname, filename: 'webpack-stats.json'}),
   ],
 
   module: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/webpack.config.sourcemaps.js 
new/django-webpack-loader-2.0.1/tests/webpack.config.sourcemaps.js
--- old/django-webpack-loader-2.0.0/tests/webpack.config.sourcemaps.js  
2023-05-22 13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/webpack.config.sourcemaps.js  
2023-06-14 14:15:45.000000000 +0200
@@ -15,7 +15,7 @@
 
   plugins: [
     new MiniCssExtractPlugin(),
-    new BundleTracker({path: __dirname, filename: './webpack-stats.json'}),
+    new BundleTracker({path: __dirname, filename: 'webpack-stats.json'}),
   ],
 
   module: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/tests/webpack.config.split.js 
new/django-webpack-loader-2.0.1/tests/webpack.config.split.js
--- old/django-webpack-loader-2.0.0/tests/webpack.config.split.js       
2023-05-22 13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/tests/webpack.config.split.js       
2023-06-14 14:15:45.000000000 +0200
@@ -15,7 +15,7 @@
 
   plugins: [
     new MiniCssExtractPlugin(),
-    new BundleTracker({path: __dirname, filename: './webpack-stats.json'}),
+    new BundleTracker({path: __dirname, filename: 'webpack-stats.json'}),
   ],
 
   module: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-webpack-loader-2.0.0/webpack_loader/__init__.py 
new/django-webpack-loader-2.0.1/webpack_loader/__init__.py
--- old/django-webpack-loader-2.0.0/webpack_loader/__init__.py  2023-05-22 
13:59:36.000000000 +0200
+++ new/django-webpack-loader-2.0.1/webpack_loader/__init__.py  2023-06-14 
14:15:45.000000000 +0200
@@ -1,5 +1,5 @@
 __author__ = 'Owais Lone'
-__version__ = '2.0.0'
+__version__ = '2.0.1'
 
 import django
 

Reply via email to