commit python-zope.i18nmessageid for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2020-04-15 20:04:51

Comparing /work/SRC/openSUSE:Factory/python-zope.i18nmessageid (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.2738 (New)


Package is "python-zope.i18nmessageid"

Wed Apr 15 20:04:51 2020 rev:9 rq:792450 version:5.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
  2020-03-27 00:26:23.916290272 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.2738/python-zope.i18nmessageid.changes
2020-04-15 20:07:28.978145460 +0200
@@ -1,0 +2,5 @@
+Wed Apr  8 12:16:02 UTC 2020 - Tomáš Chvátal 
+
+- Do not pull in python2 pkg in doc subpkg
+
+---



Other differences:
--
++ python-zope.i18nmessageid.spec ++
--- /var/tmp/diff_new_pack.PLmAld/_old  2020-04-15 20:07:29.658145924 +0200
+++ /var/tmp/diff_new_pack.PLmAld/_new  2020-04-15 20:07:29.662145926 +0200
@@ -42,7 +42,6 @@
 
 %package -n %{name}-doc
 Summary:Zope Location
-Requires:   %{name} = %{version}
 Provides:   %{python_module zope.i18nmessageid-doc = %{version}}
 
 %description -n %{name}-doc




commit python-zope.i18nmessageid for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2020-03-27 00:26:20

Comparing /work/SRC/openSUSE:Factory/python-zope.i18nmessageid (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.3160 (New)


Package is "python-zope.i18nmessageid"

Fri Mar 27 00:26:20 2020 rev:8 rq:785673 version:5.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
  2020-01-23 16:12:44.335700724 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.3160/python-zope.i18nmessageid.changes
2020-03-27 00:26:23.916290272 +0100
@@ -1,0 +2,7 @@
+Mon Mar 16 14:13:10 UTC 2020 - pgaj...@suse.com
+
+- version update to 5.0.1
+  - Remove deprecated use of setuptools features.  See `issue 22
+`_.
+
+---

Old:

  zope.i18nmessageid-5.0.0.tar.gz

New:

  zope.i18nmessageid-5.0.1.tar.gz



Other differences:
--
++ python-zope.i18nmessageid.spec ++
--- /var/tmp/diff_new_pack.XqldZE/_old  2020-03-27 00:26:25.764291208 +0100
+++ /var/tmp/diff_new_pack.XqldZE/_new  2020-03-27 00:26:25.768291210 +0100
@@ -19,14 +19,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zope.i18nmessageid
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Zope Location
 License:ZPL-2.1
 URL:https://www.python.org/pypi/zope.i18nmessageid
 Source: 
https://files.pythonhosted.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module zope.testrunner}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION documentation requirements
@@ -62,6 +64,7 @@
 }
 
 %check
+sed -i '/coverage/d' setup.py
 %python_exec setup.py test
 
 %files %{python_files}

++ zope.i18nmessageid-5.0.0.tar.gz -> zope.i18nmessageid-5.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-5.0.0/.travis.yml 
new/zope.i18nmessageid-5.0.1/.travis.yml
--- old/zope.i18nmessageid-5.0.0/.travis.yml2019-11-12 13:12:08.0 
+0100
+++ new/zope.i18nmessageid-5.0.1/.travis.yml2020-03-10 13:38:41.0 
+0100
@@ -45,11 +45,15 @@
 - name: Python 3.6 wheels for MacOS
   os: osx
   language: generic
-  env: TERRYFY_PYTHON='macpython 3.6.0'
+  env: TERRYFY_PYTHON='macpython 3.6.2'
 - name: Python 3.7 wheels for MacOS
   os: osx
   language: generic
   env: TERRYFY_PYTHON='macpython 3.7.0'
+- name: Python 3.8 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.8.0'
 
 before_install:
   - |
@@ -61,7 +65,7 @@
 
 install:
   - pip install -U pip setuptools
-  - pip install -U coveralls coverage zope.testrunner
+  - pip install -U coveralls
   - pip install -U -e ".[test]"
 
 script:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-5.0.0/CHANGES.rst 
new/zope.i18nmessageid-5.0.1/CHANGES.rst
--- old/zope.i18nmessageid-5.0.0/CHANGES.rst2019-11-12 13:12:08.0 
+0100
+++ new/zope.i18nmessageid-5.0.1/CHANGES.rst2020-03-10 13:38:41.0 
+0100
@@ -2,6 +2,13 @@
  Changes
 =
 
+5.0.1 (2020-03-10)
+==
+
+- Remove deprecated use of setuptools features.  See `issue 22
+  `_.
+
+
 5.0.0 (2019-11-12)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-5.0.0/PKG-INFO 
new/zope.i18nmessageid-5.0.1/PKG-INFO
--- old/zope.i18nmessageid-5.0.0/PKG-INFO   2019-11-12 13:12:09.0 
+0100
+++ new/zope.i18nmessageid-5.0.1/PKG-INFO   2020-03-10 13:38:41.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zope.i18nmessageid
-Version: 5.0.0
+Version: 5.0.1
 Summary: Message Identifiers for internationalization
 Home-page: https://github.com/zopefoundation/zope.i18nmessageid
 Author: Zope Foundation and Contributors
@@ -50,6 +50,13 @@
  Changes
 =
 
+5.0.1 (2020-03-10)
+==
+
+- Remove deprecated use of setuptools features.  See `issue 22
+  `_.
+
+
 5.0.0 (2019-11-12)
 

commit python-zope.i18nmessageid for openSUSE:Factory

2020-01-23 Thread root
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 
+
+- 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.yml2018-10-19 21:57:42.0 
+0200
+++ new/zope.i18nmessageid-5.0.0/.travis.yml2019-11-12 13:12:08.0 
+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 

commit python-zope.i18nmessageid for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2019-10-16 09:17:15

Comparing /work/SRC/openSUSE:Factory/python-zope.i18nmessageid (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.2352 (New)


Package is "python-zope.i18nmessageid"

Wed Oct 16 09:17:15 2019 rev:6 rq:738425 version:4.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
  2019-04-08 20:53:12.126553648 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.2352/python-zope.i18nmessageid.changes
2019-10-16 09:17:16.363160245 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 14:50:49 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-zope.i18nmessageid.spec ++
--- /var/tmp/diff_new_pack.fNbfJA/_old  2019-10-16 09:17:16.991158627 +0200
+++ /var/tmp/diff_new_pack.fNbfJA/_new  2019-10-16 09:17:16.999158607 +0200
@@ -23,8 +23,7 @@
 Release:0
 Summary:Zope Location
 License:ZPL-2.1
-Group:  Development/Languages/Python
-Url:http://www.python.org/pypi/zope.i18nmessageid
+URL:https://www.python.org/pypi/zope.i18nmessageid
 Source: 
https://files.pythonhosted.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -41,9 +40,8 @@
 
 %package -n %{name}-doc
 Summary:Zope Location
-Group:  Development/Languages/Python
-Provides:   %{python_module zope.i18nmessageid-doc = %{version}}
 Requires:   %{name} = %{version}
+Provides:   %{python_module zope.i18nmessageid-doc = %{version}}
 
 %description -n %{name}-doc
 This package contains documentation files for %{name}.
@@ -54,25 +52,24 @@
 
 %build
 %python_build
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo 
build/sphinx/html/objects.inv
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo 
build/sphinx/html/objects.inv
 
 %install
 %python_install
 # don't bother with development files
 %{python_expand rm -f 
%{buildroot}%{$python_sitearch}/zope/i18nmessageid/_zope_i18nmessageid_message.c
-  %fdupes -s %{buildroot}%{$python_sitearch}
+  %fdupes %{buildroot}%{$python_sitearch}
 }
 
 %check
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGES.rst COPYRIGHT.txt README.rst
 %{python_sitearch}/*
 
 %files -n %{name}-doc
-%defattr(-,root,root)
 %doc build/sphinx/html/
 
 %changelog




commit python-zope.i18nmessageid for openSUSE:Factory

2019-04-08 Thread root
Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2019-04-08 20:53:11

Comparing /work/SRC/openSUSE:Factory/python-zope.i18nmessageid (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.3908 (New)


Package is "python-zope.i18nmessageid"

Mon Apr  8 20:53:11 2019 rev:5 rq:691796 version:4.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
  2017-07-11 08:25:58.342372877 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.3908/python-zope.i18nmessageid.changes
2019-04-08 20:53:12.126553648 +0200
@@ -1,0 +2,13 @@
+Fri Apr  5 10:09:51 UTC 2019 - Marketa Calabkova 
+
+- update to version 4.3.1
+  * Drop support for Python 3.3.
+  * Add support for Python 3.7.
+  * Fix the possibility of a rare crash in the C extension when 
+deallocating items.
+  * Add attributes to support pluralization on a Message and update 
+the MessageFactory accordingly.
+  * Fix a regression copying Message objects in the Python 
+implementation.
+
+---

Old:

  zope.i18nmessageid-4.1.0.tar.gz

New:

  zope.i18nmessageid-4.3.1.tar.gz



Other differences:
--
++ python-zope.i18nmessageid.spec ++
--- /var/tmp/diff_new_pack.8jhQ4B/_old  2019-04-08 20:53:13.582554716 +0200
+++ /var/tmp/diff_new_pack.8jhQ4B/_new  2019-04-08 20:53:13.598554727 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.i18nmessageid
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,13 +13,13 @@
 # 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-%{**}}
 Name:   python-zope.i18nmessageid
-Version:4.1.0
+Version:4.3.1
 Release:0
 Summary:Zope Location
 License:ZPL-2.1
@@ -32,6 +32,7 @@
 BuildRequires:  python-rpm-macros
 # SECTION documentation requirements
 BuildRequires:  %{python_module Sphinx}
+Requires:   python-six
 # /SECTION
 %python_subpackages
 

++ zope.i18nmessageid-4.1.0.tar.gz -> zope.i18nmessageid-4.3.1.tar.gz ++
 1631 lines of diff (skipped)




commit python-zope.i18nmessageid for openSUSE:Factory

2017-07-11 Thread root
Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2017-07-11 08:25:57

Comparing /work/SRC/openSUSE:Factory/python-zope.i18nmessageid (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new (New)


Package is "python-zope.i18nmessageid"

Tue Jul 11 08:25:57 2017 rev:4 rq:508927 version:4.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
  2015-05-18 22:22:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new/python-zope.i18nmessageid.changes
 2017-07-11 08:25:58.342372877 +0200
@@ -1,0 +2,13 @@
+Sat Jul  8 07:15:18 UTC 2017 - aloi...@gmx.com
+
+- Update to version 4.1.0
+  * Drop support for Python 2.6 and 3.2.
+  * Add support for Python 3.5 and 3.6.
+  * Fix the C extension not being used in Python 3. See issue 4.
+  * Make the Python implementation of Message accept any object
+for the default argument, just as the C extension does.
+This should be a unicode or byte string. See issue 5.
+
+- Converted to single-spec
+
+---

Old:

  zope.i18nmessageid-4.0.3.tar.gz

New:

  zope.i18nmessageid-4.1.0.tar.gz



Other differences:
--
++ python-zope.i18nmessageid.spec ++
--- /var/tmp/diff_new_pack.5nvKrW/_old  2017-07-11 08:25:59.230247644 +0200
+++ /var/tmp/diff_new_pack.5nvKrW/_new  2017-07-11 08:25:59.234247080 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.i18nmessageid
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,57 +17,61 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zope.i18nmessageid
-Version:4.0.3
+Version:4.1.0
 Release:0
-Url:http://www.python.org/pypi/zope.i18nmessageid
 Summary:Zope Location
 License:ZPL-2.1
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-# Documentation requirements:
-BuildRequires:  python-Sphinx
-
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%endif
+Url:http://www.python.org/pypi/zope.i18nmessageid
+Source: 
https://files.pythonhosted.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+# SECTION documentation requirements
+BuildRequires:  %{python_module Sphinx}
+# /SECTION
+%python_subpackages
 
 %description
 In Zope3, i18nmessageid are special objects that has a structural 
i18nmessageid.
 
-%package doc
+%package -n %{name}-doc
 Summary:Zope Location
 Group:  Development/Languages/Python
+Provides:   %{python_module zope.i18nmessageid-doc = %{version}}
 Requires:   %{name} = %{version}
 
-%description doc
+%description -n %{name}-doc
 This package contains documentation files for %{name}.
 
 %prep
 %setup -q -n zope.i18nmessageid-%{version}
+rm -rf zope.i18nmessageid.egg-info
 
 %build
-python setup.py build
-PYTHONPATH=$(echo $(pwd)/build/lib.*) python setup.py build_sphinx && rm 
build/sphinx/html/.buildinfo
+%python_build
+%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo 
build/sphinx/html/objects.inv
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 # don't bother with development files
-rm -f 
%{buildroot}%python_sitearch/zope/i18nmessageid/_zope_i18nmessageid_message.c
+%{python_expand rm -f 
%{buildroot}%{$python_sitearch}/zope/i18nmessageid/_zope_i18nmessageid_message.c
+  %fdupes -s %{buildroot}%{$python_sitearch}
+}
 
 %check
-python setup.py test
+%python_exec setup.py test
 
-%files
-%defattr(-,root,root,-)
+%files %{python_files}
+%defattr(-,root,root)
 %doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
-%python_sitearch/*
+%{python_sitearch}/*
 
-%files doc
-%defattr(-,root,root,-)
+%files -n %{name}-doc
+%defattr(-,root,root)
 %doc build/sphinx/html/
 
 %changelog

++ zope.i18nmessageid-4.0.3.tar.gz -> zope.i18nmessageid-4.1.0.tar.gz ++
 6526 lines of diff (skipped)


commit python-zope.i18nmessageid for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2015-05-18 22:22:30

Comparing /work/SRC/openSUSE:Factory/python-zope.i18nmessageid (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new (New)


Package is python-zope.i18nmessageid

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
  2014-02-02 22:23:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new/python-zope.i18nmessageid.changes
 2015-05-18 22:22:31.0 +0200
@@ -1,0 +2,9 @@
+Fri May 15 12:07:37 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 4.0.3:
+  * Added support for Python 3.4.
+  * Updated boostrap.py to version 2.2.
+- rename CHANGES.txt to CHANGES.rst: changed upstream
+- rename README.txt to README.rst: changed upstream
+
+---

Old:

  zope.i18nmessageid-4.0.2.tar.gz

New:

  zope.i18nmessageid-4.0.3.tar.gz



Other differences:
--
++ python-zope.i18nmessageid.spec ++
--- /var/tmp/diff_new_pack.znsm6w/_old  2015-05-18 22:22:32.0 +0200
+++ /var/tmp/diff_new_pack.znsm6w/_new  2015-05-18 22:22:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.i18nmessageid
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,12 +12,13 @@
 # case the license is the MIT License). An Open Source License is a
 # 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/
 #
 
+
 Name:   python-zope.i18nmessageid
-Version:4.0.2
+Version:4.0.3
 Release:0
 Url:http://www.python.org/pypi/zope.i18nmessageid
 Summary:Zope Location
@@ -62,7 +63,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
+%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
 %python_sitearch/*
 
 %files doc

++ zope.i18nmessageid-4.0.2.tar.gz - zope.i18nmessageid-4.0.3.tar.gz ++
 5924 lines of diff (skipped)




commit python-zope.i18nmessageid for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2014-02-02 22:23:44

Comparing /work/SRC/openSUSE:Factory/python-zope.i18nmessageid (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new (New)


Package is python-zope.i18nmessageid

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new/python-zope.i18nmessageid.changes
 2014-02-02 22:23:45.0 +0100
@@ -0,0 +1,11 @@
+---
+Fri Dec 27 13:34:07 UTC 2013 - p.drou...@gmail.com
+
+- Package CHANGES.txt, COPYRIGHT.txt, LICENSE.txt and README.txt
+- Use download Url as source
+
+---
+Mon Jul 29 09:59:47 UTC 2013 - h...@urpla.net
+
+- version 4.0.2: initial build
+

New:

  python-zope.i18nmessageid.changes
  python-zope.i18nmessageid.spec
  zope.i18nmessageid-4.0.2.tar.gz



Other differences:
--
++ python-zope.i18nmessageid.spec ++
#
# spec file for package python-zope.i18nmessageid
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

Name:   python-zope.i18nmessageid
Version:4.0.2
Release:0
Url:http://www.python.org/pypi/zope.i18nmessageid
Summary:Zope Location
License:ZPL-2.1
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-setuptools
# Documentation requirements:
BuildRequires:  python-Sphinx

%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
%endif

%description
In Zope3, i18nmessageid are special objects that has a structural i18nmessageid.

%package doc
Summary:Zope Location
Group:  Development/Languages/Python
Requires:   %{name} = %{version}

%description doc
This package contains documentation files for %{name}.

%prep
%setup -q -n zope.i18nmessageid-%{version}

%build
python setup.py build
PYTHONPATH=$(echo $(pwd)/build/lib.*) python setup.py build_sphinx  rm 
build/sphinx/html/.buildinfo

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# don't bother with development files
rm -f 
%{buildroot}%python_sitearch/zope/i18nmessageid/_zope_i18nmessageid_message.c

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
%python_sitearch/*

%files doc
%defattr(-,root,root,-)
%doc build/sphinx/html/

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org