Hello community,
here is the log from the commit of package python-calmjs.types for
openSUSE:Factory checked in at 2020-01-24 13:13:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-calmjs.types (Old)
and /work/SRC/openSUSE:Factory/.python-calmjs.types.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-calmjs.types"
Fri Jan 24 13:13:17 2020 rev:2 rq:766794 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-calmjs.types/python-calmjs.types.changes
2020-01-07 23:54:26.548065228 +0100
+++
/work/SRC/openSUSE:Factory/.python-calmjs.types.new.26092/python-calmjs.types.changes
2020-01-24 13:14:05.205503516 +0100
@@ -1,0 +2,6 @@
+Fri Jan 24 10:16:50 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 1.0.1
+ * Package metadata update - LICENSE file now included in source distribution.
+
+-------------------------------------------------------------------
Old:
----
1.0.0.tar.gz
New:
----
1.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-calmjs.types.spec ++++++
--- /var/tmp/diff_new_pack.yKWjij/_old 2020-01-24 13:14:06.017503842 +0100
+++ /var/tmp/diff_new_pack.yKWjij/_new 2020-01-24 13:14:06.029503847 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-calmjs.types
-Version: 1.0.0
+Version: 1.0.1
Release: 0
Summary: Types for the calmjs framework
License: MIT
++++++ 1.0.0.tar.gz -> 1.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calmjs.types-1.0.0/.travis.yml
new/calmjs.types-1.0.1/.travis.yml
--- old/calmjs.types-1.0.0/.travis.yml 2017-12-06 02:33:24.000000000 +0100
+++ new/calmjs.types-1.0.1/.travis.yml 2020-01-18 04:51:29.000000000 +0100
@@ -1,10 +1,15 @@
sudo: false
+dist: xenial
matrix:
include:
- language: python
python: 2.7
- language: python
python: 3.6
+ - language: python
+ python: 3.7
+ - language: python
+ python: 3.8
install:
- pip install coverage flake8
@@ -21,4 +26,4 @@
- testing
- master
- 1.0.x
- - 1.0.0
+ - 1.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calmjs.types-1.0.0/CHANGES.rst
new/calmjs.types-1.0.1/CHANGES.rst
--- old/calmjs.types-1.0.0/CHANGES.rst 2017-12-06 02:33:24.000000000 +0100
+++ new/calmjs.types-1.0.1/CHANGES.rst 2020-01-18 04:51:29.000000000 +0100
@@ -1,6 +1,12 @@
Changelog
=========
+1.0.1 - 2020-01-18
+------------------
+
+- Package metadata update - LICENSE file now included in source
+ distribution.
+
1.0.0 - 2017-12-06
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calmjs.types-1.0.0/MANIFEST.in
new/calmjs.types-1.0.1/MANIFEST.in
--- old/calmjs.types-1.0.0/MANIFEST.in 2017-12-06 02:33:24.000000000 +0100
+++ new/calmjs.types-1.0.1/MANIFEST.in 2020-01-18 04:51:29.000000000 +0100
@@ -1,6 +1,7 @@
recursive-include src *
recursive-include docs *.txt
recursive-include docs *.rst
+include LICENSE
include *.txt
include *.rst
recursive-exclude src *.pyc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calmjs.types-1.0.0/README.rst
new/calmjs.types-1.0.1/README.rst
--- old/calmjs.types-1.0.0/README.rst 2017-12-06 02:33:24.000000000 +0100
+++ new/calmjs.types-1.0.1/README.rst 2020-01-18 04:51:29.000000000 +0100
@@ -3,12 +3,12 @@
A collection of types (mostly exception classes) for use with |calmjs|_.
-.. image:: https://travis-ci.org/calmjs/calmjs.types.svg?branch=1.0.0
+.. image:: https://travis-ci.org/calmjs/calmjs.types.svg?branch=1.0.1
:target: https://travis-ci.org/calmjs/calmjs.types
-.. image::
https://ci.appveyor.com/api/projects/status/iyrgqhraj2qjn1cl/branch/1.0.0?svg=true
- :target:
https://ci.appveyor.com/project/metatoaster/calmjs-types/branch/1.0.0
-.. image::
https://coveralls.io/repos/github/calmjs/calmjs.types/badge.svg?branch=1.0.0
- :target: https://coveralls.io/github/calmjs/calmjs.types?branch=1.0.0
+.. image::
https://ci.appveyor.com/api/projects/status/iyrgqhraj2qjn1cl/branch/1.0.1?svg=true
+ :target:
https://ci.appveyor.com/project/metatoaster/calmjs-types/branch/1.0.1
+.. image::
https://coveralls.io/repos/github/calmjs/calmjs.types/badge.svg?branch=1.0.1
+ :target: https://coveralls.io/github/calmjs/calmjs.types?branch=1.0.1
.. |calmjs| replace:: ``calmjs``
.. |calmjs.types| replace:: ``calmjs.types``
@@ -41,7 +41,7 @@
.. code:: sh
- $ pip install calmjs.parse
+ $ pip install calmjs.types
Contribute
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calmjs.types-1.0.0/appveyor.yml
new/calmjs.types-1.0.1/appveyor.yml
--- old/calmjs.types-1.0.0/appveyor.yml 2017-12-06 02:33:24.000000000 +0100
+++ new/calmjs.types-1.0.1/appveyor.yml 2020-01-18 04:51:29.000000000 +0100
@@ -2,6 +2,8 @@
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python36"
+ - PYTHON: "C:\\Python37"
+ - PYTHON: "C:\\Python38"
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calmjs.types-1.0.0/setup.py
new/calmjs.types-1.0.1/setup.py
--- old/calmjs.types-1.0.0/setup.py 2017-12-06 02:33:24.000000000 +0100
+++ new/calmjs.types-1.0.1/setup.py 2020-01-18 04:51:29.000000000 +0100
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '1.0.0'
+version = '1.0.1'
classifiers = """
Development Status :: 5 - Production/Stable