Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2020-01-23 16:11:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.i18nmessageid (Old)
 and      /work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zope.i18nmessageid"

Thu Jan 23 16:11:02 2020 rev:7 rq:766057 version:5.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
      2019-10-16 09:17:16.363160245 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.26092/python-zope.i18nmessageid.changes
   2020-01-23 16:12:44.335700724 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 11:12:38 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 5.0.0
+  * Drop support for Python 3.4.
+  * Add support for Python 3.8.
+
+-------------------------------------------------------------------

Old:
----
  zope.i18nmessageid-4.3.1.tar.gz

New:
----
  zope.i18nmessageid-5.0.0.tar.gz

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

Other differences:
------------------
++++++ python-zope.i18nmessageid.spec ++++++
--- /var/tmp/diff_new_pack.yNXOoU/_old  2020-01-23 16:12:44.879701046 +0100
+++ /var/tmp/diff_new_pack.yNXOoU/_new  2020-01-23 16:12:44.883701049 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.i18nmessageid
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-zope.i18nmessageid
-Version:        4.3.1
+Version:        5.0.0
 Release:        0
 Summary:        Zope Location
 License:        ZPL-2.1

++++++ zope.i18nmessageid-4.3.1.tar.gz -> zope.i18nmessageid-5.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-4.3.1/.travis.yml 
new/zope.i18nmessageid-5.0.0/.travis.yml
--- old/zope.i18nmessageid-4.3.1/.travis.yml    2018-10-19 21:57:42.000000000 
+0200
+++ new/zope.i18nmessageid-5.0.0/.travis.yml    2019-11-12 13:12:08.000000000 
+0100
@@ -1,31 +1,100 @@
 language: python
-sudo: false
+
+env:
+  global:
+    TWINE_USERNAME: zope.wheelbuilder
+    TWINE_PASSWORD:
+      secure: 
"VQxFZo+4W6XAX94+kJY8dx90uKnmsJIBLPHruK5Xz2E7bFM3t7MlcFN5A0v90fB7BJUiKyQpO67R+wF3XIaqd7UDcI0NVcNihKkzkP8rE4CLsHIhjWU9lKuO0juXegv+0p8ztHV9anvSXN3WbaYk7elXiv4CXxpTeVBy77KK8gE="
+
 python:
   - 2.7
-  - 3.4
   - 3.5
   - 3.6
+  - 3.7
+  - 3.8
   - pypy
-matrix:
+  - pypy3
+
+jobs:
   include:
-    - python: 3.7
-      dist: xenial
-      sudo: true
-script:
-  - coverage run -m zope.testrunner --test-path=src  --auto-color 
--auto-progress
 
-after_success:
-  - coveralls
-notifications:
-  email: false
+    # manylinux wheel builds
+    - name: 64-bit manylinux wheels (all Pythons)
+      services: docker
+      env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
+      install: docker pull $DOCKER_IMAGE
+      script: bash .manylinux.sh
+
+    - name: 32-bit manylinux wheels (all Pythons)
+      services: docker
+      env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_i686 PRE_CMD=linux32
+      install: docker pull $DOCKER_IMAGE
+      script: bash .manylinux.sh
+
+    # It's important to use 'macpython' builds to get the least
+    # restrictive wheel tag. It's also important to avoid
+    # 'homebrew 3' because it floats instead of being a specific version.
+    - name: Python 2.7 wheels for MacOS
+      os: osx
+      language: generic
+      env: TERRYFY_PYTHON='macpython 2.7.17'
+    - name: Python 3.5 wheels for MacOS
+      os: osx
+      language: generic
+      env: TERRYFY_PYTHON='macpython 3.5'
+    - name: Python 3.6 wheels for MacOS
+      os: osx
+      language: generic
+      env: TERRYFY_PYTHON='macpython 3.6.0'
+    - name: Python 3.7 wheels for MacOS
+      os: osx
+      language: generic
+      env: TERRYFY_PYTHON='macpython 3.7.0'
+
+before_install:
+  - |
+    if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+      git clone https://github.com/MacPython/terryfy
+      source terryfy/travis_tools.sh
+      get_python_environment $TERRYFY_PYTHON venv
+    fi
 
 install:
   - pip install -U pip setuptools
   - pip install -U coveralls coverage zope.testrunner
   - pip install -U -e ".[test]"
 
+script:
+  - python --version
+  - coverage run -m zope.testrunner --test-path=src --auto-color 
--auto-progress
+  - python setup.py -q bdist_wheel
 
-cache: pip
+after_success:
+  - coveralls
+  - |
+    if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+      # macpython 3.5 doesn't support recent TLS protocols which causes twine
+      # upload to fail, so we use the system Python to run twine
+      /usr/bin/python -m ensurepip --user
+      /usr/bin/python -m pip install --user -U pip
+      /usr/bin/python -m pip install --user -U -I twine
+      /usr/bin/python -m twine check dist/*
+      if [[ $TRAVIS_TAG ]]; then
+        /usr/bin/python -m twine upload --skip-existing dist/*
+      fi
+    fi
+  - |
+    if [[ -n "$DOCKER_IMAGE" ]]; then
+      pip install twine
+      twine check wheelhouse/*
+      if [[ $TRAVIS_TAG ]]; then
+        twine upload --skip-existing wheelhouse/*
+      fi
+    fi
 
+notifications:
+  email: false
+
+cache: pip
 before_cache:
   - rm -f $HOME/.cache/pip/log/debug.log
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-4.3.1/CHANGES.rst 
new/zope.i18nmessageid-5.0.0/CHANGES.rst
--- old/zope.i18nmessageid-4.3.1/CHANGES.rst    2018-10-19 21:57:42.000000000 
+0200
+++ new/zope.i18nmessageid-5.0.0/CHANGES.rst    2019-11-12 13:12:08.000000000 
+0100
@@ -2,6 +2,14 @@
  Changes
 =========
 
+5.0.0 (2019-11-12)
+==================
+
+- Drop support for Python 3.4.
+
+- Add support for Python 3.8.
+
+
 4.3.1 (2018-10-19)
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-4.3.1/PKG-INFO 
new/zope.i18nmessageid-5.0.0/PKG-INFO
--- old/zope.i18nmessageid-4.3.1/PKG-INFO       2018-10-19 21:58:34.000000000 
+0200
+++ new/zope.i18nmessageid-5.0.0/PKG-INFO       2019-11-12 13:12:09.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zope.i18nmessageid
-Version: 4.3.1
+Version: 5.0.0
 Summary: Message Identifiers for internationalization
 Home-page: https://github.com/zopefoundation/zope.i18nmessageid
 Author: Zope Foundation and Contributors
@@ -50,6 +50,14 @@
          Changes
         =========
         
+        5.0.0 (2019-11-12)
+        ==================
+        
+        - Drop support for Python 3.4.
+        
+        - Add support for Python 3.8.
+        
+        
         4.3.1 (2018-10-19)
         ==================
         
@@ -237,15 +245,15 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Natural Language :: English
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Framework :: Zope :: 3
-Provides-Extra: testing
 Provides-Extra: docs
+Provides-Extra: testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-4.3.1/appveyor.yml 
new/zope.i18nmessageid-5.0.0/appveyor.yml
--- old/zope.i18nmessageid-4.3.1/appveyor.yml   2018-10-19 21:57:42.000000000 
+0200
+++ new/zope.i18nmessageid-5.0.0/appveyor.yml   2019-11-12 13:12:08.000000000 
+0100
@@ -7,17 +7,24 @@
   matrix:
     - python: 27
     - python: 27-x64
-    - python: 34
-    - python: 34-x64
     - python: 35
     - python: 35-x64
     - python: 36
     - python: 36-x64
     - python: 37
     - python: 37-x64
+    - python: 38
+    - python: 38-x64
 
 install:
   - "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
+  - ps: |
+      $env:PYTHON = "C:\\Python${env:PYTHON}"
+      if (-not (Test-Path $env:PYTHON)) {
+        curl -o install_python.ps1 
https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1
+        .\install_python.ps1
+      }
+  - ps: if (-not (Test-Path $env:PYTHON)) { throw "No $env:PYTHON" }
   - echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > 
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
   - pip install -e .
 
@@ -33,6 +40,6 @@
     name: wheel
 
 deploy_script:
-  - ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine 
upload dist/* }
+  - ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine 
upload --skip-existing dist/* }
 
 deploy: on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-4.3.1/setup.py 
new/zope.i18nmessageid-5.0.0/setup.py
--- old/zope.i18nmessageid-4.3.1/setup.py       2018-10-19 21:57:42.000000000 
+0200
+++ new/zope.i18nmessageid-5.0.0/setup.py       2019-11-12 13:12:08.000000000 
+0100
@@ -101,7 +101,7 @@
 
 setup(
     name='zope.i18nmessageid',
-    version='4.3.1',
+    version='5.0.0',
     author='Zope Foundation and Contributors',
     author_email='zope-...@zope.org',
     description='Message Identifiers for internationalization',
@@ -120,12 +120,12 @@
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
-        "Programming Language :: Python :: Implementation :: CPython",
-        "Programming Language :: Python :: Implementation :: PyPy",
+        'Programming Language :: Python :: 3.8',
+        'Programming Language :: Python :: Implementation :: CPython',
+        'Programming Language :: Python :: Implementation :: PyPy',
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zope.i18nmessageid-4.3.1/src/zope.i18nmessageid.egg-info/PKG-INFO 
new/zope.i18nmessageid-5.0.0/src/zope.i18nmessageid.egg-info/PKG-INFO
--- old/zope.i18nmessageid-4.3.1/src/zope.i18nmessageid.egg-info/PKG-INFO       
2018-10-19 21:58:34.000000000 +0200
+++ new/zope.i18nmessageid-5.0.0/src/zope.i18nmessageid.egg-info/PKG-INFO       
2019-11-12 13:12:09.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zope.i18nmessageid
-Version: 4.3.1
+Version: 5.0.0
 Summary: Message Identifiers for internationalization
 Home-page: https://github.com/zopefoundation/zope.i18nmessageid
 Author: Zope Foundation and Contributors
@@ -50,6 +50,14 @@
          Changes
         =========
         
+        5.0.0 (2019-11-12)
+        ==================
+        
+        - Drop support for Python 3.4.
+        
+        - Add support for Python 3.8.
+        
+        
         4.3.1 (2018-10-19)
         ==================
         
@@ -237,15 +245,15 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Natural Language :: English
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Framework :: Zope :: 3
-Provides-Extra: testing
 Provides-Extra: docs
+Provides-Extra: testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zope.i18nmessageid-4.3.1/src/zope.i18nmessageid.egg-info/requires.txt 
new/zope.i18nmessageid-5.0.0/src/zope.i18nmessageid.egg-info/requires.txt
--- old/zope.i18nmessageid-4.3.1/src/zope.i18nmessageid.egg-info/requires.txt   
2018-10-19 21:58:34.000000000 +0200
+++ new/zope.i18nmessageid-5.0.0/src/zope.i18nmessageid.egg-info/requires.txt   
2019-11-12 13:12:09.000000000 +0100
@@ -5,5 +5,5 @@
 Sphinx
 
 [testing]
-nose
 coverage
+nose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-4.3.1/tox.ini 
new/zope.i18nmessageid-5.0.0/tox.ini
--- old/zope.i18nmessageid-4.3.1/tox.ini        2018-10-19 21:57:42.000000000 
+0200
+++ new/zope.i18nmessageid-5.0.0/tox.ini        2019-11-12 13:12:08.000000000 
+0100
@@ -1,6 +1,6 @@
 [tox]
 envlist =
-    py27,py34,py35,py36,py37,pypy,pypy3,coverage,docs
+    py27,py35,py36,py37,py38,pypy,pypy3,coverage,docs
 
 [testenv]
 deps =


Reply via email to