Skip to content

Commit

Permalink
[update to 1.0.3] Backport PR #32758: BUG: resample.agg with read-onl…
Browse files Browse the repository at this point in the history
…y data (#32765)

MeeseeksMachine (3):
      Backport PR #32758: BUG: resample.agg with read-only data (#32765)
      Backport PR #32708: skip 32 bit linux (#32771)
      Backport PR #32783: DOC: 1.0.3 release date (#32784)

Pandas Development Team (1):
      RLS: 1.0.3

Tom Augspurger (1):
      Backport PR #32746: DOC: start 1.0.3 (#32750)

jbrockmendel (1):
      BUG: arithmetic with reindex pow (#32734) (#32777)
  • Loading branch information
fenrus75 committed Mar 18, 2020
1 parent 2e44a11 commit 2cc1ab9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pandas
URL = https://github.com/pandas-dev/pandas/releases/download/v1.0.2/pandas-1.0.2.tar.gz
URL = https://github.com/pandas-dev/pandas/releases/download/v1.0.3/pandas-1.0.3.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pandas
url = https://github.com/pandas-dev/pandas/releases/download/v1.0.2/pandas-1.0.2.tar.gz
url = https://github.com/pandas-dev/pandas/releases/download/v1.0.3/pandas-1.0.3.tar.gz
archives =
giturl = https://github.com/pandas-dev/pandas.git
domain =
Expand Down
32 changes: 16 additions & 16 deletions pandas.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pandas
Version : 1.0.2
Release : 78
URL : https://github.com/pandas-dev/pandas/releases/download/v1.0.2/pandas-1.0.2.tar.gz
Source0 : https://github.com/pandas-dev/pandas/releases/download/v1.0.2/pandas-1.0.2.tar.gz
Version : 1.0.3
Release : 79
URL : https://github.com/pandas-dev/pandas/releases/download/v1.0.3/pandas-1.0.3.tar.gz
Source0 : https://github.com/pandas-dev/pandas/releases/download/v1.0.3/pandas-1.0.3.tar.gz
Summary : Powerful data structures for data analysis, time series, and statistics
Group : Development/Tools
License : Apache-2.0 BSD-3-Clause MIT Python-2.0
Expand Down Expand Up @@ -58,15 +58,15 @@ python3 components for the pandas package.


%prep
%setup -q -n pandas-1.0.2
cd %{_builddir}/pandas-1.0.2
%setup -q -n pandas-1.0.3
cd %{_builddir}/pandas-1.0.3

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1584061446
export SOURCE_DATE_EPOCH=1584569330
# -Werror is for werrorists
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
Expand All @@ -80,15 +80,15 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pandas
cp %{_builddir}/pandas-1.0.2/LICENSE %{buildroot}/usr/share/package-licenses/pandas/4fa433917dff1e164ab330c245c482a84482b2fd
cp %{_builddir}/pandas-1.0.2/LICENSES/DATEUTIL_LICENSE %{buildroot}/usr/share/package-licenses/pandas/59705b5e5de0c08d1506859dab3dd36715998366
cp %{_builddir}/pandas-1.0.2/LICENSES/MUSL_LICENSE %{buildroot}/usr/share/package-licenses/pandas/aa79650c58365b839520605049992f3ec72c6589
cp %{_builddir}/pandas-1.0.2/LICENSES/NUMPY_LICENSE %{buildroot}/usr/share/package-licenses/pandas/aae4e68d85be0c9ead6a174a888fa39acbf8a02e
cp %{_builddir}/pandas-1.0.2/LICENSES/PSF_LICENSE %{buildroot}/usr/share/package-licenses/pandas/a6cdff8a5e3b32bfdbe19e3656e0414da538da84
cp %{_builddir}/pandas-1.0.2/LICENSES/SAS7BDAT_LICENSE %{buildroot}/usr/share/package-licenses/pandas/a7ffac8725946811387bca8b7c919865928147b7
cp %{_builddir}/pandas-1.0.2/LICENSES/SCIPY_LICENSE %{buildroot}/usr/share/package-licenses/pandas/b4877732067b3d91fb2e5037d6fb9f7701516eca
cp %{_builddir}/pandas-1.0.2/LICENSES/ULTRAJSON_LICENSE %{buildroot}/usr/share/package-licenses/pandas/d95dab5d75b58d376b7ee30bc0516908f40f4dc3
cp %{_builddir}/pandas-1.0.2/LICENSES/XARRAY_LICENSE %{buildroot}/usr/share/package-licenses/pandas/172ca3bbafe312a1cf09cfff26953db2f425c28e
cp %{_builddir}/pandas-1.0.3/LICENSE %{buildroot}/usr/share/package-licenses/pandas/4fa433917dff1e164ab330c245c482a84482b2fd
cp %{_builddir}/pandas-1.0.3/LICENSES/DATEUTIL_LICENSE %{buildroot}/usr/share/package-licenses/pandas/59705b5e5de0c08d1506859dab3dd36715998366
cp %{_builddir}/pandas-1.0.3/LICENSES/MUSL_LICENSE %{buildroot}/usr/share/package-licenses/pandas/aa79650c58365b839520605049992f3ec72c6589
cp %{_builddir}/pandas-1.0.3/LICENSES/NUMPY_LICENSE %{buildroot}/usr/share/package-licenses/pandas/aae4e68d85be0c9ead6a174a888fa39acbf8a02e
cp %{_builddir}/pandas-1.0.3/LICENSES/PSF_LICENSE %{buildroot}/usr/share/package-licenses/pandas/a6cdff8a5e3b32bfdbe19e3656e0414da538da84
cp %{_builddir}/pandas-1.0.3/LICENSES/SAS7BDAT_LICENSE %{buildroot}/usr/share/package-licenses/pandas/a7ffac8725946811387bca8b7c919865928147b7
cp %{_builddir}/pandas-1.0.3/LICENSES/SCIPY_LICENSE %{buildroot}/usr/share/package-licenses/pandas/b4877732067b3d91fb2e5037d6fb9f7701516eca
cp %{_builddir}/pandas-1.0.3/LICENSES/ULTRAJSON_LICENSE %{buildroot}/usr/share/package-licenses/pandas/d95dab5d75b58d376b7ee30bc0516908f40f4dc3
cp %{_builddir}/pandas-1.0.3/LICENSES/XARRAY_LICENSE %{buildroot}/usr/share/package-licenses/pandas/172ca3bbafe312a1cf09cfff26953db2f425c28e
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
78
79
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a799471c10f6342f64a00b75f993632111628fb1/pandas-1.0.2.tar.gz
33194c5123d3a78b6a6e4009a6bb339c4ca368f6/pandas-1.0.3.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3

0 comments on commit 2cc1ab9

Please sign in to comment.