From 050fb256700885f87fdf1730c9bfe62fb1350237a7d19331a2f020a54af4749b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 21 Feb 2019 10:45:35 +0000 Subject: [PATCH] - Add requirement for at least 4 GB of physical memory OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=12 --- _constraints | 7 +++++++ python-pandas.changes | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..99390ab --- /dev/null +++ b/_constraints @@ -0,0 +1,7 @@ + + + + 4000 + + + diff --git a/python-pandas.changes b/python-pandas.changes index 7401666..1853518 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 21 10:45:17 UTC 2019 - Tomáš Chvátal + +- Add requirement for at least 4 GB of physical memory + ------------------------------------------------------------------- Tue Feb 19 14:31:25 UTC 2019 - Tomáš Chvátal