Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rls 0.23.0rc1 #41

Merged
merged 7 commits into from
May 2, 2018
Merged

Conversation

TomAugspurger
Copy link
Contributor

No description provided.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

  • Jinja2 variable definitions are suggested to take a {%<one space>set<one space><variable name><one space>=<one space><expression><one space>%} form. See lines [1]

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

url: https://github.com/pandas-dev/pandas/releases/download/v{{ version }}/{{ name }}-{{ version }}.tar.gz
sha256: 4cdec5f000d2988cf791de590b94037fa52e198c31f07278dd889cc13cf21d6f

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
script: python -m pip install --no-deps --ignore-installed .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recipe/meta.yaml Outdated
@@ -1,23 +1,22 @@
{% set name = "pandas" %}
{% set version="0.23.0rc1" %}
{% set version = "0.23.0rc1" %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually need this to the bot can parse the version and send PRs updating the package. I'll check if the master branch needs this change too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. If it’s easier I was just planning to merge this to master, even though it’s just an RC. Will that cause issues?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will publish the master branch in the rc channel, to avoid confusing we send PRs like this to a "dev" branch instead to keep master only for stable releases. Is that OK for you?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I just didn't want to mess anything up by trying to do that myself :) To get a dev branch, should I

  1. Branch `dev off the current master
  2. Cherry pick 7bd7d85
  3. Push that branch to upstream

Is there any way to skip the CI builds when I push upstream? Will [ci skip] do it?

@ocefpaf
Copy link
Member

ocefpaf commented May 2, 2018

Linux is hitting conda-forge/conda-smithy#762 :-(

@TomAugspurger
Copy link
Contributor Author

Ok, I subscribed there for updates. Our build is also apparently has a hardcoded path in it somewhere that conda-build doesn't like. Trying to reproduce locally.

@ocefpaf
Copy link
Member

ocefpaf commented May 2, 2018

Ok, I subscribed there for updates. Our build is also apparently has a hardcoded path in it somewhere that conda-build doesn't like. Trying to reproduce locally.

Don't worry about it. We can merge with the failing status and the package will be uploaded, or I can remove the latest conda-build either way there nothing we need to do here in this feedstock.

BTW, I created a branch for the dev releases:

https://github.com/conda-forge/pandas-feedstock/tree/dev

do you mind pointing this PR there?

@TomAugspurger TomAugspurger changed the base branch from master to dev May 2, 2018 12:51
@TomAugspurger
Copy link
Contributor Author

Thanks, I changed the base branch to dev.

@ocefpaf
Copy link
Member

ocefpaf commented May 2, 2018

BTW, if you re-render with master version of conda-smithy it should fix the failures here. I'm working on a release...

@TomAugspurger
Copy link
Contributor Author

OK, re-rendered w/ master.

@TomAugspurger
Copy link
Contributor Author

We can merge with the failing status and the package will be uploaded

@ocefpaf to clarify, do you think the failure at https://ci.appveyor.com/project/conda-forge/pandas-feedstock/build/1.0.88/job/056twhw62n7wn3f6#L4381 is OK? That seems like it's halting the build, and will have to be addressed by a new sdist from pandas.

@ocefpaf
Copy link
Member

ocefpaf commented May 2, 2018

@ocefpaf to clarify, do you think the failure at ci.appveyor.com/project/conda-forge/pandas-feedstock/build/1.0.88/job/056twhw62n7wn3f6#L4381 is OK?

Nope. I meant the CircleCI failure, The ApVeyor failure is real 😄

The previous released is passing in #42 and has virtually the change recipe changes as this PR. Do you think it may be something with the RC release? I'll take a closer look at the logs soon.

@ocefpaf
Copy link
Member

ocefpaf commented May 2, 2018

This hard-coded path seems odd /Users/taugspurger/sandbox/pandas/pandas/_libs/algos.pxd :-/

See https://ci.appveyor.com/project/conda-forge/pandas-feedstock/build/1.0.88/job/056twhw62n7wn3f6#L4381

@TomAugspurger
Copy link
Contributor Author

TomAugspurger commented May 2, 2018

Yep, definitely a problem with our build script :D (we call abspath in our setup.py)

I'll tag fix that, tag and rc2, and then update the SHA here.

TomAugspurger added a commit to TomAugspurger/pandas that referenced this pull request May 2, 2018
@TomAugspurger
Copy link
Contributor Author

Thanks for all your help @ocefpaf!

@TomAugspurger TomAugspurger deleted the rls-0.23.0rc1 branch May 2, 2018 15:46
@ocefpaf
Copy link
Member

ocefpaf commented May 2, 2018

Glad I could help. Thanks for the RC release, looking forward to trying it out!

- cython
- numpy 1.9.* # [py27 or py35]
- numpy 1.11.* # [py36]
run:
- python
- numpy >=1.9.* # [py27 or py35]
- numpy >=1.11.* # [py36]
- python-dateutil
- python-dateutil >=2.5.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @TomAugspurger yeah meant to update this :>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants