Blob Blame History Raw
-------------------------------------------------------------------
Sun Jan 15 20:30:34 UTC 2023 - Ben Greiner <code@bnavigator.de>

- Update to 0.10.0
  * no release notes
- Drop nbval-filter-mpldeprecation.patch
- Drop nbval-sanitize-figure-size.patch
- Drop 0001-Make-tests-pass-with-ipykernel-6.0.0.patch

-------------------------------------------------------------------
Sat Aug 20 17:48:52 UTC 2022 - Ben Greiner <code@bnavigator.de>

- Remove python36 skiptest code
- Add nbval-sanitize-figure-size.patch
  * gh#computationalmodelling/nbval#183

-------------------------------------------------------------------
Mon Nov 15 18:46:36 UTC 2021 - Ben Greiner <code@bnavigator.de>

- Multibuild test flavor: avoid (possible) build cycle

-------------------------------------------------------------------
Sun Aug 29 13:12:23 UTC 2021 - Ben Greiner <code@bnavigator.de>

- Add 0001-Make-tests-pass-with-ipykernel-6.0.0.patch from Arch

-------------------------------------------------------------------
Wed Apr 14 13:53:04 UTC 2021 - Ben Greiner <code@bnavigator.de>

-  Add nbval-filter-mpldeprecation.patch for new Matplotlib 3.4
   deprecation warnings -- gh#computationalmodelling/nbval#167

-------------------------------------------------------------------
Fri Feb 26 22:34:46 UTC 2021 - Ben Greiner <code@bnavigator.de>

- Don't test numpy and matplotlib with Python 3.6: There is no
  python36-numpy and python36-matplotlib in TW. (NEP 29) 

-------------------------------------------------------------------
Thu Dec 17 12:12:35 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

- Update to 0.9.6
  * fix compatibility with pytest >= 6 and python 3.8 
- enable tests

-------------------------------------------------------------------
Tue Dec 15 12:52:44 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

- Provide the old jupyter package name only for the primary
  Python3 interpreter -- gh#openSUSE/python-rpm-macros#66

-------------------------------------------------------------------
Mon Feb 24 15:50:14 UTC 2020 - Todd R <toddrme2178@gmail.com>

- Update to 0.9.5
  * Add Python 3.8 to Appveyor
  * Allow Python nightly fail in Travis
  * Fix coverage for coverage.py >=5
  * Add Python 3.8 to Travis

-------------------------------------------------------------------
Wed Jan 15 15:07:57 UTC 2020 - Todd R <toddrme2178@gmail.com>

- Update to 0.9.4
  * Mark nbval as incompatible with coverage
  * Workaround for Python 3.7 on Travis no longer needed
  * Drop Python 2.7 testing on Windows again 

-------------------------------------------------------------------
Tue Nov 12 17:32:31 UTC 2019 - Todd R <toddrme2178@gmail.com>

- Update to 0.9.3
  * Use a MULTILINE anchored regex when removing carriage returns
- Drop python2 support due to python-notebook dropping python2 support

-------------------------------------------------------------------
Mon Jul 29 02:33:24 UTC 2019 - Todd R <toddrme2178@gmail.com>

- Update to 0.9.2
  * Update latex tests' output
  * Do not compare widget views
  * Replace deprecated warning API

-------------------------------------------------------------------
Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>

- Rename to to match python package naming guidelines.

-------------------------------------------------------------------
Thu Aug  2 17:25:44 UTC 2018 - toddrme2178@gmail.com

- Update to 0.9.1
  * Only pass absolute config path if config file exists
  * Ignore .pytest_cache
  * Mark cells in generated notebook as run
  * Rerun sample notebook
  * Pass coverage config file by absolute path 
  * Respect the --color=no option
  * Ensure test works on python 2
  * Optionally mark run cells with exc. count in tests

-------------------------------------------------------------------
Fri Apr 20 20:41:39 UTC 2018 - toddrme2178@gmail.com

- Initial version