qulogic pushed to python-octave-kernel (f28). "Update to latest
version."
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-30 22:41:41 UTC
From 5eea8469618f8819def884bf402a5d7cdacaeba5 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst(a)gmail.com>
Date: Apr 30 2019 22:41:12 +0000
Subject: Update to latest version.
---
diff --git a/.gitignore b/.gitignore
index 2278342..47fb92c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/octave_kernel-0.28.3.tar.gz
/octave_kernel-0.28.4.tar.gz
+/octave_kernel-0.29.0.tar.gz
diff --git a/python-octave-kernel.spec b/python-octave-kernel.spec
index 0c52dfd..c7ba191 100644
--- a/python-octave-kernel.spec
+++ b/python-octave-kernel.spec
@@ -2,8 +2,8 @@
%global srcname_ octave_kernel
Name: python-%{srcname}
-Version: 0.28.4
-Release: 2%{?dist}
+Version: 0.29.0
+Release: 1%{?dist}
Summary: A Jupyter kernel for Octave
License: BSD
@@ -72,6 +72,9 @@ PYTHONPATH="%{buildroot}%{python3_sitelib}" \
%changelog
+* Tue Apr 30 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0.29.0-1
+- Update to latest version
+
* Sat Feb 02 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.28.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index b40a432..dcdd498 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (octave_kernel-0.28.4.tar.gz) = 1a9ec70627a0927ea450bf1589f64dfb20fb2b3986e28dc59d720c8b5d029c55bddc734c21a3addfefb0cf4c4140a129c0ab718fd8673bb0a2b615b62f432bac
+SHA512 (octave_kernel-0.29.0.tar.gz) = d5616ad20e43dc49121154f799d4bd4aa9b0bf026af093b38964a42ff5fe592f5d3d801ca3d1cf1c1076955f060ad63f6e7483ef3885f0b69b0111221c982b53
https://src.fedoraproject.org/rpms/python-octave-kernel/c/5eea8469618f881...
3Â years, 9Â months
fab pushed to python-ufl (master). "Re-add sitelib"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-30 22:39:43 UTC
From d99bf33a4a65f0f7cf2654f90feb435abded4956 Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail(a)fabian-affolter.ch>
Date: Apr 30 2019 22:39:20 +0000
Subject: Re-add sitelib
---
diff --git a/python-ufl.spec b/python-ufl.spec
index 41ee952..117936a 100644
--- a/python-ufl.spec
+++ b/python-ufl.spec
@@ -64,7 +64,8 @@ chmod +x %{buildroot}%{python3_sitelib}/%{srcname}/demo/clean.sh
%files -n python3-%{srcname}
%doc AUTHORS ChangeLog.rst README.rst
%license COPYING COPYING.LESSER
-
+%{python3_sitelib}/%{srcname}/
+%{python3_sitelib}/*ufl*.egg-info
%exclude %{python3_sitelib}/%{srcname}/demo/
%exclude %{python3_sitelib}/%{srcname}/test/
https://src.fedoraproject.org/rpms/python-ufl/c/d99bf33a4a65f0f7cf2654f90...
3Â years, 9Â months
fab pushed to python-ufl (master). "Update files section"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-30 22:35:48 UTC
From c404044bce98e89b57c937755238f42b85d0700b Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail(a)fabian-affolter.ch>
Date: Apr 30 2019 22:35:30 +0000
Subject: Update files section
---
diff --git a/python-ufl.spec b/python-ufl.spec
index bca203c..41ee952 100644
--- a/python-ufl.spec
+++ b/python-ufl.spec
@@ -64,11 +64,7 @@ chmod +x %{buildroot}%{python3_sitelib}/%{srcname}/demo/clean.sh
%files -n python3-%{srcname}
%doc AUTHORS ChangeLog.rst README.rst
%license COPYING COPYING.LESSER
-%{_mandir}/man1/*.*
-%{_bindir}/ufl*
-%{_bindir}/form2ufl
-%{python3_sitelib}/%{srcname}/
-%{python3_sitelib}/UFL*.egg-info
+
%exclude %{python3_sitelib}/%{srcname}/demo/
%exclude %{python3_sitelib}/%{srcname}/test/
https://src.fedoraproject.org/rpms/python-ufl/c/c404044bce98e89b57c937755...
3Â years, 9Â months
fab pushed to python-ufl (master). "Update file extensions"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-30 22:34:15 UTC
From f8cf7e1d86c9de6dbf8f31eef389dc104c808f5d Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail(a)fabian-affolter.ch>
Date: Apr 30 2019 22:33:53 +0000
Subject: Update file extensions
---
diff --git a/python-ufl.spec b/python-ufl.spec
index 61805c7..bca203c 100644
--- a/python-ufl.spec
+++ b/python-ufl.spec
@@ -62,7 +62,7 @@ cp -R test/* %{buildroot}%{python3_sitelib}/%{srcname}/test/
chmod +x %{buildroot}%{python3_sitelib}/%{srcname}/demo/clean.sh
%files -n python3-%{srcname}
-%doc ChangeLog README
+%doc AUTHORS ChangeLog.rst README.rst
%license COPYING COPYING.LESSER
%{_mandir}/man1/*.*
%{_bindir}/ufl*
https://src.fedoraproject.org/rpms/python-ufl/c/f8cf7e1d86c9de6dbf8f31eef...
3Â years, 9Â months
qulogic pushed to R-IRkernel (f28). "Update to latest version."
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-04-30 22:32:51 UTC
From c36c25bf4507b721a0cf8e5672e70647e818818f Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst(a)gmail.com>
Date: Apr 30 2019 22:32:08 +0000
Subject: Update to latest version.
---
diff --git a/.gitignore b/.gitignore
index 163c4ed..8d33019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/IRkernel_0.8.15.tar.gz
+/IRkernel_1.0.0.tar.gz
diff --git a/R-IRkernel.spec b/R-IRkernel.spec
index 3b91e98..854258a 100644
--- a/R-IRkernel.spec
+++ b/R-IRkernel.spec
@@ -2,12 +2,12 @@
%global rlibdir %{_datadir}/R/library
Name: R-%{packname}
-Version: 0.8.15
-Release: 2%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
Summary: Native R Kernel for the 'Jupyter Notebook'
License: MIT
-URL: https://CRAN.R-project.org/package=IRkernel
+URL: https://CRAN.R-project.org/package=%{packname}
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
# Here's the R view of the dependencies world:
@@ -55,6 +55,7 @@ The R kernel for the 'Jupyter' environment executes R code which the front-end
# Remove bundled Python code
rm -r %{packname}/tests/testthat/jkt
+rm -r %{packname}/tests/testthat/njr
rm -r %{packname}/tests/testthat/__pycache__
sed -i -e '/jkt/d' -e '/__pycache__/d' %{packname}/MD5
@@ -94,6 +95,9 @@ NOT_CRAN=true \
%changelog
+* Tue Apr 30 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.0.0-1
+- Update to latest version
+
* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 35f853e..cd63043 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (IRkernel_0.8.15.tar.gz) = 101529e56b9ea87b0c874ca9f26e76582d662a59de1d7d72a69ce673fc571de5ead60489718c3ac5e20a4c7504596f42fc988873c421fcf048fe0548c78582d3
+SHA512 (IRkernel_1.0.0.tar.gz) = 2b74d581c4c053d7b29e9b0f697d0a1791f8e3fd913bd7f7666f27ffd42542fc91a37147bd8e71856b12736dc992b39e05de249486945e66a3d1ef4a7582c548
https://src.fedoraproject.org/rpms/R-IRkernel/c/c36c25bf4507b721a0cf8e567...
3Â years, 9Â months