commit jupyter-jupyter-wysiwyg for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package jupyter-jupyter-wysiwyg for 
openSUSE:Factory checked in at 2020-01-16 18:20:12

Comparing /work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg (Old)
 and  /work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.26092 (New)


Package is "jupyter-jupyter-wysiwyg"

Thu Jan 16 18:20:12 2020 rev:5 rq:764696 version:19.10

Changes:

--- 
/work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg/jupyter-jupyter-wysiwyg.changes
  2019-11-29 16:00:18.920869456 +0100
+++ 
/work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.26092/jupyter-jupyter-wysiwyg.changes
   2020-01-16 18:20:21.100944635 +0100
@@ -1,0 +2,5 @@
+Sun Jan 12 19:14:06 UTC 2020 - Bernhard Wiedemann 
+
+- Use pyproject_install macro (boo#1094323)
+
+---



Other differences:
--
++ jupyter-jupyter-wysiwyg.spec ++
--- /var/tmp/diff_new_pack.VeWmQN/_old  2020-01-16 18:20:21.780945020 +0100
+++ /var/tmp/diff_new_pack.VeWmQN/_new  2020-01-16 18:20:21.784945021 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%define pythons python3
 %bcond_without  test
 Name:   jupyter-jupyter-wysiwyg
 Version:19.10
@@ -49,7 +50,9 @@
 # Not needed
 
 %install
-pip%{python3_bin_suffix} install --root %{buildroot} --prefix %{_prefix} 
%{SOURCE0}
+cp -a %{SOURCE0} .
+%pyproject_install
+export PYTHONDONTWRITEBYTECODE=1
 
 %{jupyter_nbextension_install jupyter_wysiwyg}
 %{jupyter_move_config}





commit jupyter-jupyter-wysiwyg for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package jupyter-jupyter-wysiwyg for 
openSUSE:Factory checked in at 2019-11-29 15:57:17

Comparing /work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg (Old)
 and  /work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.26869 (New)


Package is "jupyter-jupyter-wysiwyg"

Fri Nov 29 15:57:17 2019 rev:4 rq:748396 version:19.10

Changes:

--- 
/work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg/jupyter-jupyter-wysiwyg.changes
  2019-08-13 13:22:25.881399959 +0200
+++ 
/work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.26869/jupyter-jupyter-wysiwyg.changes
   2019-11-29 16:00:18.920869456 +0100
@@ -1,0 +2,9 @@
+Tue Nov 12 15:34:45 UTC 2019 - Todd R 
+
+- Update to 19.10
+  * Bug fix for erroneous change to code cell type
+- Update to 19.09
+  * Upgraded rich text library to TinyMCE 5
+  * Added "Rich Text" pseudo-cell type
+
+---

Old:

  jupyter_wysiwyg-19.7-py3-none-any.whl

New:

  jupyter_wysiwyg-19.10-py3-none-any.whl



Other differences:
--
++ jupyter-jupyter-wysiwyg.spec ++
--- /var/tmp/diff_new_pack.gZMZeZ/_old  2019-11-29 16:00:24.136867317 +0100
+++ /var/tmp/diff_new_pack.gZMZeZ/_new  2019-11-29 16:00:24.140867315 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without  test
 Name:   jupyter-jupyter-wysiwyg
-Version:19.7
+Version:19.10
 Release:0
 Summary:WYSIWYG editing functionality for markdown/HTML cells in 
Jupyter
 License:BSD-3-Clause




commit jupyter-jupyter-wysiwyg for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package jupyter-jupyter-wysiwyg for 
openSUSE:Factory checked in at 2019-08-13 13:21:35

Comparing /work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg (Old)
 and  /work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.9556 (New)


Package is "jupyter-jupyter-wysiwyg"

Tue Aug 13 13:21:35 2019 rev:3 rq:722428 version:19.7

Changes:

--- 
/work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg/jupyter-jupyter-wysiwyg.changes
  2019-07-30 12:38:28.634941441 +0200
+++ 
/work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.9556/jupyter-jupyter-wysiwyg.changes
2019-08-13 13:22:25.881399959 +0200
@@ -1,0 +2,6 @@
+Sun Aug 11 04:51:56 UTC 2019 - Todd R 
+
+- Update to 19.07
+  * Updated PyPI deploy to latest standard
+
+---

Old:

  jupyter-wysiwyg-19.05.tar.gz

New:

  jupyter_wysiwyg-19.7-py3-none-any.whl



Other differences:
--
++ jupyter-jupyter-wysiwyg.spec ++
--- /var/tmp/diff_new_pack.I2JrEj/_old  2019-08-13 13:22:27.337399576 +0200
+++ /var/tmp/diff_new_pack.I2JrEj/_new  2019-08-13 13:22:27.341399575 +0200
@@ -18,17 +18,18 @@
 
 %bcond_without  test
 Name:   jupyter-jupyter-wysiwyg
-Version:19.05
+Version:19.7
 Release:0
 Summary:WYSIWYG editing functionality for markdown/HTML cells in 
Jupyter
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/genepattern/jupyter-wysiwyg/
-Source: 
https://files.pythonhosted.org/packages/source/j/jupyter-wysiwyg/jupyter-wysiwyg-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/py3/j/jupyter-wysiwyg/jupyter_wysiwyg-%{version}-py3-none-any.whl
 BuildRequires:  fdupes
+BuildRequires:  jupyter
 BuildRequires:  jupyter-notebook
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-setuptools
+BuildRequires:  python3-pip
 Requires:   jupyter-notebook
 Requires(post): jupyter-notebook
 Requires(preun): jupyter-notebook
@@ -42,17 +43,17 @@
 HTML/Markdown cells in Jupyter.
 
 %prep
-%setup -q -n jupyter-wysiwyg-%{version}
-find . -name '.DS_Store' -delete
+%setup -q -T -c
 
 %build
-%python3_build
+# Not needed
 
 %install
-%python3_install
+pip%{python3_bin_suffix} install --root %{buildroot} --prefix %{_prefix} 
%{SOURCE0}
 
 %{jupyter_nbextension_install jupyter_wysiwyg}
 %{jupyter_move_config}
+find %{buildroot} -name '.DS_Store' -delete
 %fdupes %{buildroot}%{python3_sitelib}
 %fdupes %{buildroot}%{_jupyter_nbextension_dir}
 %fdupes %{buildroot}%{_jupyter_nb_notebook_confdir}
@@ -64,9 +65,9 @@
 %{jupyter_nbextension_disable jupyter_wysiwyg}
 
 %files
-%license LICENSE.txt
+%license %{python3_sitelib}/jupyter_wysiwyg-%{version}.dist-info/LICENSE.txt
 %{python3_sitelib}/jupyter_wysiwyg/
-%{python3_sitelib}/jupyter_wysiwyg-%{version}-py*.egg-info
+%{python3_sitelib}/jupyter_wysiwyg-%{version}.dist-info/
 %{_jupyter_nbextension_dir}/jupyter_wysiwyg/
 %config %{_jupyter_nb_notebook_confdir}/jupyter_wysiwyg.json
 




commit jupyter-jupyter-wysiwyg for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package jupyter-jupyter-wysiwyg for 
openSUSE:Factory checked in at 2019-07-30 12:38:24

Comparing /work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg (Old)
 and  /work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.4126 (New)


Package is "jupyter-jupyter-wysiwyg"

Tue Jul 30 12:38:24 2019 rev:2 rq:719663 version:19.05

Changes:

--- 
/work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg/jupyter-jupyter-wysiwyg.changes
  2019-05-22 10:57:27.534934354 +0200
+++ 
/work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.4126/jupyter-jupyter-wysiwyg.changes
2019-07-30 12:38:28.634941441 +0200
@@ -1,0 +2,7 @@
+Mon Jul 29 15:47:06 UTC 2019 - Todd R 
+
+- Update to 19.05
+  * Updated conda packaging
+  * Updated numbering scheme
+
+---

Old:

  jupyter-wysiwyg-0.1.9.tar.gz

New:

  jupyter-wysiwyg-19.05.tar.gz



Other differences:
--
++ jupyter-jupyter-wysiwyg.spec ++
--- /var/tmp/diff_new_pack.tAxOK4/_old  2019-07-30 12:38:29.266941361 +0200
+++ /var/tmp/diff_new_pack.tAxOK4/_new  2019-07-30 12:38:29.266941361 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without  test
 Name:   jupyter-jupyter-wysiwyg
-Version:0.1.9
+Version:19.05
 Release:0
 Summary:WYSIWYG editing functionality for markdown/HTML cells in 
Jupyter
 License:BSD-3-Clause
@@ -33,7 +33,7 @@
 Requires(post): jupyter-notebook
 Requires(preun): jupyter-notebook
 Provides:   python3-jupyter_wysiwyg = %{version}
-Obsoletes:  python3-jupyter_wysiwyg <= %{version}
+Obsoletes:  python3-jupyter_wysiwyg < %{version}
 Provides:   python3-jupyter-wysiwyg = %{version}
 BuildArch:  noarch
 
@@ -53,7 +53,9 @@
 
 %{jupyter_nbextension_install jupyter_wysiwyg}
 %{jupyter_move_config}
-%{fdupes %{buildroot}%{python3_sitelib} 
%{buildroot}%{_jupyter_nbextension_dir}}
+%fdupes %{buildroot}%{python3_sitelib}
+%fdupes %{buildroot}%{_jupyter_nbextension_dir}
+%fdupes %{buildroot}%{_jupyter_nb_notebook_confdir}
 
 %post
 %{jupyter_nbextension_enable jupyter_wysiwyg}

++ jupyter-wysiwyg-0.1.9.tar.gz -> jupyter-wysiwyg-19.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter-wysiwyg-0.1.9/PKG-INFO 
new/jupyter-wysiwyg-19.05/PKG-INFO
--- old/jupyter-wysiwyg-0.1.9/PKG-INFO  2018-12-05 01:58:06.0 +0100
+++ new/jupyter-wysiwyg-19.05/PKG-INFO  2019-05-31 17:31:30.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jupyter-wysiwyg
-Version: 0.1.9
+Version: 19.05
 Summary: WYSIWYG editing functionality for markdown/HTML cells in Jupyter
 Home-page: https://github.com/genepattern/jupyter-wysiwyg/tree/master/wysiwyg
 Author: Thorin Tabor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter-wysiwyg-0.1.9/jupyter_wysiwyg/__init__.py 
new/jupyter-wysiwyg-19.05/jupyter_wysiwyg/__init__.py
--- old/jupyter-wysiwyg-0.1.9/jupyter_wysiwyg/__init__.py   2018-12-05 
01:47:04.0 +0100
+++ new/jupyter-wysiwyg-19.05/jupyter_wysiwyg/__init__.py   2019-05-31 
17:30:46.0 +0200
@@ -1,6 +1,6 @@
 __author__ = 'Thorin Tabor'
-__copyright__ = 'Copyright 2016-2018, Regents of the University of California 
& Broad Institute'
-__version__ = '0.1.9'
+__copyright__ = 'Copyright 2016-2019, Regents of the University of California 
& Broad Institute'
+__version__ = '19.05'
 __status__ = 'Beta'
 __license__ = 'BSD'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter-wysiwyg-0.1.9/setup.py 
new/jupyter-wysiwyg-19.05/setup.py
--- old/jupyter-wysiwyg-0.1.9/setup.py  2018-12-05 01:53:34.0 +0100
+++ new/jupyter-wysiwyg-19.05/setup.py  2019-05-31 17:30:31.0 +0200
@@ -18,7 +18,7 @@
 
 setup(name='jupyter-wysiwyg',
   packages=['jupyter_wysiwyg'],
-  version='0.1.9',
+  version='19.05',
   description='WYSIWYG editing functionality for markdown/HTML cells in 
Jupyter',
   license='BSD',
   author='Thorin Tabor',