Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14b64b75af | ||
|
|
8353711aec | ||
|
|
d778415115 | ||
|
|
715eb251d6 | ||
|
|
b47ecc8029 | ||
|
|
6ff579c6fc | ||
|
|
d13ae02137 | ||
|
|
f292f75025 | ||
|
|
f70e25b5d6 | ||
|
|
c7b6f0e334 | ||
|
|
98e922d83b | ||
|
|
ed77e0db6b | ||
|
|
8b4af5d04a | ||
|
|
abb5eb002f | ||
|
|
cf06ac4f13 | ||
|
|
468f62bc99 | ||
|
|
14b0072979 | ||
|
|
def077ae50 | ||
|
|
ae40bd3eac | ||
|
|
4bff22283c | ||
|
|
83fd7dd20d | ||
|
|
7388acfbdb | ||
|
|
bf8ade803c | ||
|
|
12b9a35c2a | ||
|
|
dd4ff20e04 |
5 changed files with 40 additions and 10 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -19,3 +19,12 @@
|
|||
/xeus-1.0.3.tar.gz
|
||||
/xeus-1.0.4.tar.gz
|
||||
/xeus-2.0.0.tar.gz
|
||||
/xeus-3.0.5.tar.gz
|
||||
/xeus-3.1.1.tar.gz
|
||||
/xeus-3.1.3.tar.gz
|
||||
/xeus-3.1.4.tar.gz
|
||||
/xeus-3.1.5.tar.gz
|
||||
/xeus-5.1.1.tar.gz
|
||||
/xeus-5.2.3.tar.gz
|
||||
/xeus-5.2.4.tar.gz
|
||||
/xeus-5.2.6.tar.gz
|
||||
|
|
|
|||
18
.packit.yaml
Normal file
18
.packit.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
---
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
rawhide:
|
||||
fast_forward_merge_into:
|
||||
- fedora-branched
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
3
README.packit
Normal file
3
README.packit
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.12.0.post1.dev18+gc39b0e7d4.
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xeus-2.0.0.tar.gz) = a1897dda5416e202351a1afce7e2ebb4427ed06feb9edd8bb526df293999a021726b6214068a92203adbc533439f39a710279bfa4e4e485f168e79e9fca27b3a
|
||||
SHA512 (xeus-5.2.6.tar.gz) = f931ed1ba0122ee3855f4ce6bb3e30506a3fd56011c9594679baad7382372aa39e2088d1e84c6c730334e27c94080fc3b381073e987afd68186d64626abb32f6
|
||||
|
|
|
|||
18
xeus.spec
18
xeus.spec
|
|
@ -1,23 +1,23 @@
|
|||
Name: xeus
|
||||
Version: 2.0.0
|
||||
Version: 5.2.6
|
||||
Release: %autorelease
|
||||
Summary: C++ implementation of the Jupyter kernel protocol
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/jupyter-xeus/xeus
|
||||
Source0: https://github.com/jupyter-xeus/xeus/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: cmake >= 3.8
|
||||
BuildRequires: cmake(cppzmq) >= 4.3.0
|
||||
BuildRequires: cmake(nlohmann_json) >= 3.2.0
|
||||
BuildRequires: cmake(xtl) >= 0.7
|
||||
BuildRequires: cmake(nlohmann_json) >= 3.11.0
|
||||
BuildRequires: doctest-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: openssl-devel >= 1.0.1
|
||||
BuildRequires: pkgconfig(libzmq) >= 4.2.5
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: python3dist(breathe)
|
||||
BuildRequires: python3dist(jupyter-kernel-test)
|
||||
BuildRequires: python3dist(pytest)
|
||||
|
|
@ -61,7 +61,7 @@ rm docs/build/html/.buildinfo
|
|||
%files
|
||||
%doc README.md docs/build/html
|
||||
%license LICENSE
|
||||
%{_libdir}/libxeus.so.5*
|
||||
%{_libdir}/libxeus.so.13{,.*}
|
||||
|
||||
%files devel
|
||||
%{_includedir}/xeus/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue